summaryrefslogtreecommitdiff
path: root/viewthread.php
diff options
context:
space:
mode:
Diffstat (limited to 'viewthread.php')
-rw-r--r--viewthread.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/viewthread.php b/viewthread.php
index f784e40..c8ae99e 100644
--- a/viewthread.php
+++ b/viewthread.php
@@ -23,6 +23,7 @@ if (!isset($_GET['id']) || !filter_var($_GET['id'], FILTER_VALIDATE_INT)) {
<html>
<head>
<title><?php echo $current->subject; ?> - cflip.net forum</title>
+ <link rel="stylesheet" href="styles/style.css">
</head>
<body>
<?php include_once 'templates/header.php';?>
@@ -67,4 +68,4 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') {
}
}
-?> \ No newline at end of file
+?>