diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ <html> <head> <title>Search - cflip.net forum</title> + <link rel="stylesheet" href="styles/style.css"> </head> <body> <?php include_once 'templates/header.php'; ?> @@ -58,4 +59,4 @@ } ?> </body> -</html>
\ No newline at end of file +</html> |