
Originally Posted by
rapidspider1
hi,
P.s: watched your website bookmarked it will maybe have a nice redesign job for you for a website i have, i looked over your portfolio and must say very interesting work you did.
thanks
much appreciated.
anyway, try this code:
PHP Code:
<!-- google_ad_section_start(weight=ignore) -->
<!-- google_ad_section_end -->
<?php
$pageloc = $_SERVER["REQUEST_URI"];
?>
<!-- translations of <?=$pageloc?> -->
<table width="100%" align="center">
<tr>
<!-- English -->
<td>
<a href="/lang/en<?=$pageloc?>">
<img src="/translate/graphics/us.gif" alt="English" />
</a>
</td>
<!-- German -->
<td>
<a href="/lang/de<?=$pageloc?>">
<img src="/translate/graphics/de.gif" alt="German" />
</a>
</td>
<!-- Spanish -->
<td>
<a href="/lang/es<?=$pageloc?>">
<img src="/translate/graphics/es.gif" alt="Spanish" />
</a>
</td>
<!-- French -->
<td>
<a href="/lang/fr<?=$pageloc?>">
<img src="/translate/graphics/fr.gif" alt="French" />
</a>
</td>
<!-- Italian -->
<td>
<a href="/lang/it<?=$pageloc?>">
<img src="/translate/graphics/it.gif" alt="Italian" />
</a>
</td>
<!-- Portuguese -->
<td>
<a href="/lang/pt<?=$pageloc?>">
<img src="/translate/graphics/pt.gif" alt="Portuguese" />
</a>
</td>
<!-- Russian -->
<td>
<a href="/lang/ru<?=$pageloc?>">
<img src="/translate/graphics/ru.gif" alt="Russian" />
</a>
</td>
</tr>
</table>
<p>Have you ever dreamed of investing in properties around the world, which
are still in development and low in price?</p>
this should output the links properly. if it doesn't work then there's something wrong with the script installation.
Bookmarks