Once you have made this change you can add language specific image support in your templates/themes by simply adding {LANG} in the image path like this;
YOUR TEMPLATE - Find:
<img src="templates/fiapple/images/top_bar_search.gif" width="80" height="26" border="0" alt="{L_SEARCH}" title="{L_SEARCH}" />
YOUR TEMPLATE - Replace with:
<img src="templates/fiapple/images/{LANG}top_bar_search.gif" width="80" height="26" border="0" alt="{L_SEARCH}" title="{L_SEARCH}" />
Please see the Notes below for details about issues you must take into consideration.
waar vind ik
<img src="templates/fiapple/images/top_bar_search.gif" width="80" height="26" border="0" alt="{L_SEARCH}" title="{L_SEARCH}" />
waar plaats ik de code ?????
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
