source: extensions/ContactForm/themes/cf_title.tpl @ 13741

Last change on this file since 13741 was 12530, checked in by Gotcha, 12 years ago

Le fil d’Ariane mérite d'être complété avec un lien de retours vers HOME.
bug:2490

File size: 295 bytes
Line 
1{php}
2        global $conf;
3        $this->assign('LEVEL_SEPARATOR', $conf[ 'level_separator' ]);
4{/php}
5<div class="titrePage">
6  <ul class="categoryActions"></ul>
7  <h2><a href="{$U_HOME}" title="{'Return to home page'|@translate}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{$CF.TITLE|@translate}</h2>
8</div>
Note: See TracBrowser for help on using the repository browser.