diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-02-28 21:18:03 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-02-28 21:18:03 +0000 |
commit | cb2a1f0d9989e913ab0643716516bcff919d8eda (patch) | |
tree | a4eacb229293b7711ab9c6b0993217111f28e985 /themes/smartpocket/template/header.tpl | |
parent | 3b1a593b66618d556ee676695647796ac4dfd0ae (diff) |
- derivative fix floating point rounding errors for certain sizes
- increase derivative size for which metadata is kept
- imagick use 4:2:2 chroma subsampling (reduce file size by 20-30% with "almost" no human perception)
- dont show mobile theme links if there is no mobile theme installed
- mobile theme favicon removed because 404
git-svn-id: http://piwigo.org/svn/trunk@13426 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/smartpocket/template/header.tpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/smartpocket/template/header.tpl b/themes/smartpocket/template/header.tpl index d15821a19..2723ad29e 100644 --- a/themes/smartpocket/template/header.tpl +++ b/themes/smartpocket/template/header.tpl @@ -22,7 +22,6 @@ {if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('Home'))}
<title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>{else}
<title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if}
-<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico">
<link rel="start" title="{'Home'|@translate}" href="{$U_HOME}" >
{get_combined_css}
|