diff options
Diffstat (limited to 'views/default/pageshell.php')
-rw-r--r-- | views/default/pageshell.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/pageshell.php b/views/default/pageshell.php index f242335f8..06d427cb6 100644 --- a/views/default/pageshell.php +++ b/views/default/pageshell.php @@ -31,6 +31,7 @@ <html>
<head>
<title><?php echo $title; ?></title>
+ <link rel="stylesheet" href="<?php echo $vars['url']; ?>css/css.php" type="text/css" />
</head>
<body>
<h1><?php echo $title; ?></h1>
|