diff options
Diffstat (limited to 'templates/header.inc')
-rw-r--r-- | templates/header.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/header.inc b/templates/header.inc index 542f556e..06a45f3d 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -37,6 +37,7 @@ if (conf('use_rss')) { ?> </head> <body> <link rel="stylesheet" href="<?php echo $web_path; ?>/templates/default.css" type="text/css"> +<link rel="stylesheet" href="<?php echo $web_path; ?><?php echo conf('theme_path'); ?>/templates/default.css" type="text/css"> <script src="<?php echo $web_path; ?>/lib/general.js" language="javascript" type="text/javascript"></script> <script src="<?php echo $web_path; ?>/modules/kajax/ajax.js" language="javascript" type="text/javascript"></script> <div id="maincontainer"> |