Loading...
 
Features / Usability

Features / Usability


Re: How to get rid of the wikitopbar on homepage

posts: 4656 Japan
The div that needs to be hidden on the homepage is wikitopline, and you can use a Smarty conditional statement to hide it. Edit templates/tiki-show_page.tpl like this: just above < div class="wikitopline" > (at about line 8) add
{if $page neq 'Homepage'}
. Then just after the div's closing tag, at about line 88, add
{/if}
.


-- Gary - zukakakina.com

There are no comments at this time.