waar plaats ik de code ?????
Geplaatst: 04 jan 2004, 16:35
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}" />
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}" />