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/search.tpl

    r12878 r14240  
    2424                                <span class="pwg-icon pwg-icon-help">&nbsp;</span><span class="pwg-button-text">{'Help'|@translate}</span>
    2525                        </a></li>
    26       <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
    27         <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
    28       </a></li>
    2926                </ul>
    30                 <h2>{'Search'|@translate}</h2>
     27                <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Search'|@translate}</h2>
    3128        </div>
    3229
Note: See TracChangeset for help on using the changeset viewer.