diff options
Diffstat (limited to 'themes/default')
| -rw-r--r-- | themes/default/views/page.html.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index f6984958..2e68f571 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -25,8 +25,8 @@      </title>      <link rel="shortcut icon" href="<?= $theme->theme_url("images/favicon.ico") ?>" type="image/x-icon" />      <?= $theme->css("lib/yui/reset-fonts-grids.css") ?> -    <?= $theme->css("lib/themeroller/ui.base.css") ?>      <?= $theme->css("lib/superfish/css/superfish.css") ?> +    <?= $theme->css("lib/themeroller/ui.base.css") ?>      <?= $theme->theme_css("css/screen.css") ?>      <!--[if lt IE 8]>      <?= $theme->theme_css("css/fix-ie.css") ?> | 
