diff options
Diffstat (limited to 'themes/default/template/about.tpl')
-rw-r--r-- | themes/default/template/about.tpl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/themes/default/template/about.tpl b/themes/default/template/about.tpl index f95713c13..f47c940e4 100644 --- a/themes/default/template/about.tpl +++ b/themes/default/template/about.tpl @@ -2,11 +2,8 @@ <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> <div class="titrePage"> <ul class="categoryActions"> - <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button"> - <span class="pwg-icon pwg-icon-home"> </span><span class="pwg-button-text">{'Home'|@translate}</span> - </a></li> </ul> - <h2>{'About'|@translate}</h2> + <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'About'|@translate}</h2> </div> {include file='infos_errors.tpl'} |