i get a link of page not found.
http://www.stormzone.ro/forum/forum.php&langid=3
the link should be this
http://www.stormzone.ro/forum/forum.php?langid=3
EDIT:
fixed the code
instead of
Code:
<a href="http://www.stormzone.ro/forum/{vb:raw relpath}&langid=3"><img src="/forum/images/cms/Romania-Flag.png" /></a></td>
y put
Code:
<a href="http://www.stormzone.ro/forum/{vb:raw relpath}?langid=3"><img src="/forum/images/cms/Romania-Flag.png" /></a></td>