diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-09-01 23:22:06 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-09-01 23:22:06 -0600 |
| commit | bc147d1c6c95c1ba1394f0198d9e5b810071a4ac (patch) | |
| tree | c9d68c9888dfde4e7cf7d645737aff3ba5f7dfe0 /themes/admin_default/views | |
| parent | 295fc0c14ce938e02bf17c350a50d36b73802ad0 (diff) | |
Merged admin_screen and screen style sheets in the admin theme. Removed some unsused admin styles in the process. Fixed problem in admin header that broke the theme's layout in IE7. Moved the Gallery logo and shortcut icon to lib/images for easier reuse.
Diffstat (limited to 'themes/admin_default/views')
| -rw-r--r-- | themes/admin_default/views/admin.html.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index c54fdcb5..9c5f1413 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -5,13 +5,12 @@ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title><?= t("Admin Dashboard") ?></title> - <link rel="shortcut icon" href="<?= url::file("themes/default/images/favicon.ico") ?>" type="image/x-icon" /> + <link rel="shortcut icon" href="<?= url::file("lib/images/favicon.ico") ?>" type="image/x-icon" /> <?= $theme->css("yui/reset-fonts-grids.css") ?> <?= $theme->css("themeroller/ui.base.css") ?> <?= $theme->css("superfish/css/superfish.css") ?> <?= $theme->css("screen.css") ?> - <?= $theme->css("admin_screen.css") ?> <!--[if lt IE 8]> <link rel="stylesheet" type="text/css" href="<?= $theme->url("fix-ie.css") ?>" media="screen,print,projection" /> @@ -28,7 +27,6 @@ <?= $theme->script("gallery.ajax.js") ?> <?= $theme->script("gallery.dialog.js") ?> <?= $theme->script("superfish/js/superfish.js") ?> - <?= $theme->script("jquery.dropshadow.js") ?> <?= $theme->script("ui.init.js") ?> <?= $theme->admin_head() ?> |
