Changeset 3095 for trunk/template/yoga


Ignore:
Timestamp:
Jan 17, 2009, 11:22:30 PM (15 years ago)
Author:
vdigital
Message:

Title harmonization in the scope of Piwigo website integration.
$confreverse_home_title is false by default.
On reverse_home_title = true, only index page will reverse its title.

Compare to prior releases all titles are reversed.

  • Croatian flag

merge -c3091 from branch 2.0 to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/header.tpl

    r3041 r3095  
    1919{/if}
    2020
    21 <title>{$GALLERY_TITLE} :: {$PAGE_TITLE}</title>
     21{if (isset($REVERSE) and $REVERSE and $PAGE_TITLE == l10n('home'))}
     22<title>{$GALLERY_TITLE} | {$PAGE_TITLE}</title>{else}
     23<title>{$PAGE_TITLE} | {$GALLERY_TITLE}</title>{/if}
    2224<link rel="shortcut icon" type="image/x-icon" href="{$ROOT_URL}template-common/favicon.ico">
    2325
Note: See TracChangeset for help on using the changeset viewer.