Search in the current theme

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
Vice
Posts: 38
Joined: Sun Apr 01, 2007 4:06 pm

Search in the current theme

Post 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>
Post Reply