diff options
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/images/favicon.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | themes/default/views/page.html.php | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/images/favicon.ico b/themes/default/images/favicon.ico Binary files differnew file mode 100644 index 00000000..66531d8e --- /dev/null +++ b/themes/default/images/favicon.ico 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") ?>" |