Page 1 of 1

Search in the current theme

Posted: Fri Jun 06, 2008 4:02 pm
by Vice
if u want to insert the search in the default theme for logged user use this inside overall_header.html :

<ul class="linklist rightside">
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_SEARCH and S_USER_LOGGED_IN --><li class="icon-search"><a href="{U_SEARCH}">{L_SEARCH}</a></li><!-- ENDIF -->


<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
<!-- ENDIF -->
</ul>