diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2008-12-29 06:12:00 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-29 06:12:00 +0000 |
| commit | 62cd05fb168b45e03cdca17add141e6651328373 (patch) | |
| tree | 7b84b44e48a363a21ee51c808302a70b4a026048 /themes/default/views | |
| parent | 8fe1990c99642cf174637098d7a4578b85ccb0a2 (diff) | |
Apply button bg image to Superfish menu items.
Diffstat (limited to 'themes/default/views')
| -rw-r--r-- | themes/default/views/page.html.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index d4641010..79967c62 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -17,6 +17,10 @@ media="screen" /> <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/screen.css") ?>" media="screen,print,projection" /> + <!--[if lt IE 8]> + <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/fix-ie.css") ?>" + media="screen,print,projection" /> + <![endif]--> <script src="<?= url::file("lib/jquery.js") ?>" type="text/javascript"></script> <script src="<?= url::file("lib/jquery.form.js") ?>" type="text/javascript"></script> <script src="<?= url::file("lib/jquery.listen.js") ?>" type="text/javascript"></script> @@ -24,10 +28,6 @@ <?= $theme->head() ?> <?= html::script("lib/jquery-ui.js") ?> <script src="<?= $theme->url("js/ui.init.js") ?>" type="text/javascript"></script> - <!--[if lt IE 8]> - <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/fix-ie.css") ?>" - media="screen,print,projection" /> - <![endif]--> </head> <body> |
