diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-07 15:24:15 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-04-07 15:24:15 -0600 |
commit | 700449b8d903b9707b2751784dc54b4450a655df (patch) | |
tree | 438db8c9baaa026f46a35e3f6f149d7aaa32db1e /viewuser.php | |
parent | d61a18a93bc1b39d91725497ebb2fe85c4785ead (diff) |
Style and layout changes
Diffstat (limited to 'viewuser.php')
-rw-r--r-- | viewuser.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/viewuser.php b/viewuser.php index 5a6afbc..c43a700 100644 --- a/viewuser.php +++ b/viewuser.php @@ -15,6 +15,7 @@ if (!isset($_GET['id'])) { <html> <head> <title><?php echo $current->name; ?>'s Profile - cflip.net forum</title> + <link rel="stylesheet" href="styles/style.css"> </head> <body> <?php include_once "templates/header.php" ?> |