diff options
| author | Chad Kieffer <chad@2tbsp.com> | 2008-12-09 06:40:20 +0000 |
|---|---|---|
| committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-09 06:40:20 +0000 |
| commit | 2fbd4c09e67b41869e559b32fd097faf46bfc990 (patch) | |
| tree | 2de10b074f1217264694e5c6ff176e311210291d /themes/default/views/page.html.php | |
| parent | 5ae606786a5708cf749ae8c3d02d88e8e09c0c23 (diff) | |
Checked in jQuery superfish menu plugin, applied to item options menu. Updated album/item view icons.
Diffstat (limited to 'themes/default/views/page.html.php')
| -rw-r--r-- | themes/default/views/page.html.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 0eac17e7..f17bd637 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -13,10 +13,13 @@ </title> <link rel="stylesheet" type="text/css" href="<?= url::file("lib/yui/reset-fonts-grids.css") ?>" media="screen,print,projection" /> + <link rel="stylesheet" type="text/css" href="<?= $theme->url("jquery/superfish.css") ?>" + media="screen" /> <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/screen.css") ?>" media="screen,print,projection" /> <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="<?= $theme->url("jquery/superfish.js") ?>" type="text/javascript"></script> <?= $theme->head() ?> <script src="<?= $theme->url("jquery/ui.core.js") ?>" type="text/javascript"></script> <script src="<?= $theme->url("jquery/ui.tabs.min.js") ?>" type="text/javascript"></script> |
