Ignore:
Timestamp:
Jan 23, 2015, 7:53:13 PM (9 years ago)
Author:
SergeD
Message:

version 1.1.20 - please refer to change log for more details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/greydragon/template/header.tpl

    r30783 r30900  
    2121{/if}
    2222<title>{if $PAGE_TITLE!=l10n('Home') && $PAGE_TITLE!=$GALLERY_TITLE}{$PAGE_TITLE} | {/if}{$GALLERY_TITLE}</title>
    23 {if $greydragon.p_favicon_path}
    24 <link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$greydragon.p_favicon_path}">
    25 {else}
    26 <link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico">
    27 {/if}
     23{if $greydragon.p_favicon_ico}<link href="{$ROOT_URL}{$greydragon.p_favicon_ico}" rel="shortcut icon" type="image/x-icon">
     24{else}<link href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico" rel="shortcut icon" type="image/x-icon">{/if}
     25{if $greydragon.p_favicon_png}<link href="{$ROOT_URL}{$greydragon.p_favicon_png}" rel="icon" type="image/png">{/if}
     26{if $greydragon.p_favicon_gif}<link href="{$ROOT_URL}{$greydragon.p_favicon_gif}" rel="icon" type="image/gif">{/if}
     27{if $greydragon.p_favicon_apple}{if $greydragon.p_favicon_noshine == "on"}<link href="{$ROOT_URL}{$greydragon.p_favicon_apple}" rel="apple-touch-icon-precomposed">
     28{else}<link href="{$ROOT_URL}{$greydragon.p_favicon_apple}" rel="apple-touch-icon">{/if}{/if}
     29
    2830<link rel="start" title="{'Home'|@translate}" href="{$U_HOME}" >
    2931<link rel="search" title="{'Search'|@translate}" href="{$ROOT_URL}search.php" >
Note: See TracChangeset for help on using the changeset viewer.