source: extensions/ContactForm/themes/simple-black/cf_title.tpl @ 12530

Last change on this file since 12530 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: 376 bytes
Line 
1{php}
2        global $conf;
3        $this->assign('LEVEL_SEPARATOR', $conf[ 'level_separator' ]);
4{/php}
5<div class="titrePage">
6  <span id="menuswitcher" title="Afficher/cacher le menu">Menu</span> »
7  <ul class="categoryActions"></ul>
8  <h2><a href="{$U_HOME}" title="{'Return to home page'|@translate}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{$CF.TITLE|@translate}</h2>
9</div>
Note: See TracBrowser for help on using the repository browser.