summaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-01-02 22:06:12 +0000
committerChad Kieffer <chad@2tbsp.com>2009-01-02 22:06:12 +0000
commit7db1758e93775c3f59c4a874da36225585dcbab5 (patch)
tree59582d29a2e13a75ef3a0342a3043f2dde1f51c1 /themes/default
parent19d144496dc5f3594ca2220b9e364f721573e7b2 (diff)
More admin menu cleanup to reduce it's height. Removed redundant admin theme images, these are included in the default theme. Added a favicon.
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/images/favicon.icobin0 -> 1150 bytes
-rw-r--r--themes/default/views/page.html.php1
2 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/images/favicon.ico b/themes/default/images/favicon.ico
new file mode 100644
index 00000000..66531d8e
--- /dev/null
+++ b/themes/default/images/favicon.ico
Binary files differ
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php
index ed938486..ff508093 100644
--- a/themes/default/views/page.html.php
+++ b/themes/default/views/page.html.php
@@ -11,6 +11,7 @@
<?= _("Browse Photos") ?> :: <?= $item->title ?>
<? endif ?>
</title>
+ <link rel="shortcut icon" href="<?= $theme->url("images/favicon.ico") ?>" type="image/x-icon" />
<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("css/superfish.css") ?>"