Ignore:
Timestamp:
Oct 31, 2011, 1:45:02 PM (12 years ago)
Author:
Gotcha
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/themes/cf_title.tpl

    r6547 r12530  
     1{php}
     2        global $conf;
     3        $this->assign('LEVEL_SEPARATOR', $conf[ 'level_separator' ]);
     4{/php}
    15<div class="titrePage">
    2   <ul class="categoryActions">
    3     <li>
    4       <a href="{$U_HOME}" title="{'return to homepage'|@translate}">
    5         <img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'home'|@translate}"/>
    6       </a>
    7     </li>
    8   </ul>
    9   <h2>{$CF.TITLE|@translate}</h2>
     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>
    108</div>
Note: See TracChangeset for help on using the changeset viewer.