FrondEnduser Logout Button?

Hilfe zu Modulen und Tags
Post Reply
dalton
Forum Members
Forum Members
Posts: 45
Joined: Fri Feb 19, 2010 8:30 am

FrondEnduser Logout Button?

Post by dalton »

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:

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}
Aber dies Klappt leider nicht. Weis jemand wie ich das mache?

mfg nico
cyberman

Re: FrondEnduser Logout Button?

Post by cyberman »

Was genau geht denn da nicht?

{$url_logout} ist doch eigentlich die richtige Variable für den Logout-Link ...
owr_bgld

Re: FrondEnduser Logout Button?

Post by owr_bgld »

Höchstwahrscheinlich zwar eine blöde Frage, aber mangels Angaben: Wird das logout auch auf die Seite eingebunden, z.B.:

Code: Select all

{cms_module module="FrontEndUsers" form="logout"}
Post Reply

Return to “Module und Tags”