Ignore:
Timestamp:
Mar 23, 2010, 10:18:38 PM (14 years ago)
Author:
plg
Message:

bug fixed: the language keys used end with a whitespace, but it was removed
in the language file.

File:
1 edited

Legend:

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

    r5190 r5292  
    1818{/if}
    1919
    20 {if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('home'))}
     20{if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('Home'))}
    2121<title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>{else}
    2222<title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if}
Note: See TracChangeset for help on using the changeset viewer.