Ignore:
Timestamp:
Apr 20, 2012, 10:31:38 PM (12 years ago)
Author:
Zaphod
Message:

feature 2588: template harmonization
All templates (tags, comments etc...) have now a "Home" link at the beginning of the page title (like index.tpl), instead of a home icon.

File:
1 edited

Legend:

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

    r13074 r14240  
    66<div class="titrePage">
    77        <ul class="categoryActions">
    8                 <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
    9                         <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
    10                 </a></li>
    11   </ul>
    12         <h2>{'Registration'|@translate}</h2>
     8        </ul>
     9        <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Registration'|@translate}</h2>
    1310</div>
    1411
Note: See TracChangeset for help on using the changeset viewer.