diff options
Diffstat (limited to 'themes/default')
| -rw-r--r-- | themes/default/images/favicon.ico | bin | 1150 -> 0 bytes | |||
| -rw-r--r-- | themes/default/images/logo.png | bin | 10222 -> 0 bytes | |||
| -rw-r--r-- | themes/default/views/page.html.php | 4 | 
3 files changed, 2 insertions, 2 deletions
| diff --git a/themes/default/images/favicon.ico b/themes/default/images/favicon.icoBinary files differ deleted file mode 100644 index 66531d8e..00000000 --- a/themes/default/images/favicon.ico +++ /dev/null diff --git a/themes/default/images/logo.png b/themes/default/images/logo.pngBinary files differ deleted file mode 100644 index 7d7b9b9b..00000000 --- a/themes/default/images/logo.png +++ /dev/null diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index 1650debe..350ba41c 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -23,7 +23,7 @@          <? endif ?>        <? endif ?>      </title> -    <link rel="shortcut icon" href="<?= $theme->url("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("superfish/css/superfish.css") ?>      <?= $theme->css("themeroller/ui.base.css") ?> @@ -82,7 +82,7 @@            <?= $header_text ?>            <? else: ?>            <a id="gLogo" href="<?= url::site("albums/1") ?>" title="<?= t("go back to the Gallery home")->for_html_attr() ?>"> -            <img width="107" height="48" alt="<?= t("Gallery logo: Your photos on your web site")->for_html_attr() ?>" src="<?= $theme->url("images/logo.png") ?>" /> +            <img width="107" height="48" alt="<?= t("Gallery logo: Your photos on your web site")->for_html_attr() ?>" src="<?= url::file("lib/images/logo.png") ?>" />            </a>            <? endif ?>            <div id="gSiteMenu"> | 
