diff options
Diffstat (limited to 'themes/default/template/about.tpl')
-rw-r--r-- | themes/default/template/about.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/default/template/about.tpl b/themes/default/template/about.tpl index f47c940e4..ef703f419 100644 --- a/themes/default/template/about.tpl +++ b/themes/default/template/about.tpl @@ -1,8 +1,6 @@ {if isset($MENUBAR)}{$MENUBAR}{/if} <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> <div class="titrePage"> - <ul class="categoryActions"> - </ul> <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'About'|@translate}</h2> </div> |