PDA

View Full Version : Alternative language


weeand
04-27-2007, 08:05 AM
:lol:

I'am using the "Lightwhitetwo" template

hehe ppffff. Stupid did something wrong with this tread too

Dennis
04-27-2007, 08:57 AM
Welke template gebruik je?

Oh... euh.. which template are you currently using?

weeand
04-27-2007, 10:16 AM
Welke template gebruik je?

Oh... euh.. which template are you currently using?

:lol:

I'am using the "Lightwhitetwo" template

weeand
04-27-2007, 10:19 AM
The "Menu-code" looks like this:

<div id="menu" style="min-width:660px;width:<IMAGE_WIDTH>px;">
<ul>
<li><a href="index.php" title="Huidige foto" class="left">&raquo; Foto &laquo;</a></li>
<li><a href="index.php?x=browse" title="Archief" class="middle">&raquo; Archief &laquo;</a></li>
<li><a href="index.php?x=about" title="Over dit Photoblog" class="middle">&raquo; Over ... &laquo;</a></li>
<li><a href="index.php?x=rss" title="Really Simple Syndication" class="right">&raquo; RSS &laquo;</a></li>
</ul>
</div>

Hope, this makes some sense.

Dennis
04-27-2007, 11:04 AM
Try this:


<div id="menu" style="min-width:660px;width:<IMAGE_WIDTH>px;">
<ul>
<li><a href="index.php" title="Huidige foto" class="left">&raquo; Foto &laquo;</a></li>
<li><a href="index.php?x=browse" title="Archief" class="middle">&raquo; Archief &laquo;</a></li>
<li><a href="index.php?x=about" title="Over dit Photoblog" class="middle">&raquo; Over ... &laquo;</a></li>
<li><ALTERNATIVE_LANGUAGE></li>
<li><a href="index.php?x=rss" title="Really Simple Syndication" class="right">&raquo; RSS &laquo;</a></li>
</ul>
</div>


make sure you change it on all templates if this code exists in them.

weeand
04-27-2007, 11:16 AM
It's working. thnx very much.
I did try something like this. But I did put the tag at the end of the menu.
Must have done something wrong.

Dennis
04-27-2007, 02:34 PM
I can make it even better but you need to hack more files. Contact me by mail if you're interested ;)