FrondEnduser Logout Button?
Posted: Wed Apr 28, 2010 9:00 am
Hallo,
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:
Aber dies Klappt leider nicht. Weis jemand wie ich das mache?
mfg nico
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