also mein problem besteht ja darin.. das ich ein Logout Button habe, und jetzt weis ich nicht wie ich den Link vom Frondenduser Logout auf den Logout Button Kriege?
Hab das so probiert:
Code: Select all
{$startform}
<a href="{$url_logout}">
<img title="Logout" onmouseover="this.src='images/logout_top_over.jpg';" onmouseout="this.src='images/logout_top.jpg';" src="images/logout_top.jpg" alt="Logout" width="214" height="34" />
</a>
{$endform}
mfg nico