diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/header.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index d0bec5e61..a7ebf22b6 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -69,10 +69,8 @@ <div id="theHeader">{$PAGE_BANNER}</div> {if isset($pwgmenu)} <ul class="pwgmenu"> - <li><a href="{$pwgmenu.HOME}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'HOME'|@translate}</span></a></li> <li><a href="{$pwgmenu.WIKI}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'WIKI / DOC'|@translate}</span></a></li> <li><a href="{$pwgmenu.FORUM}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'FORUM'|@translate}</span></a></li> - <li><a href="{$pwgmenu.EXTENSIONS}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'EXTENSIONS'|@translate}</span></a></li> </ul> {/if} {if not empty($header_notes)} |