Changeset 18637 for trunk/themes


Ignore:
Timestamp:
Oct 13, 2012, 5:55:35 PM (12 years ago)
Author:
rvelices
Message:

bug 2772: remove "Home" from html title pages on index pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/header.tpl

    r13763 r18637  
    1717{/if}
    1818{/if}
    19 
    20 {if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('Home'))}
    21 <title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>{else}
    22 <title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if}
     19<title>{$PAGE_TITLE}{if $PAGE_TITLE!=$GALLERY_TITLE} | {$GALLERY_TITLE}{/if}</title>
    2320<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}{$themeconf.icon_dir}/favicon.ico">
    2421
Note: See TracChangeset for help on using the changeset viewer.