Also i use this style (prosilver based) http://www.phpbb.com/community/viewtopi ... &t=2152054 and there are many mods woring with this one but i have to make edits because i cant find evrything in the overall_header.html because this style is using navigation.html.
Like with your mod i need to do this:
Find:
Code: Select all
<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
Code: Select all
<li><a href="{U_FAQ}">{L_FAQ}</a></li>