bbtika Posted March 17, 2006 Report Share Posted March 17, 2006 Hallo, ich wollte in einer Tabellenzelle, das Anmelden, bzw. das Abmelden angezeigt bekommen!?! Wie ich das Abmelden "ausblende", wenn man nicht angemeldet ist, wei? ich ja: {if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}{#link_logoff#}{php} } {/php}{/if} und wie ist der Code, wenn ich angemeldet bin, das dann das Anmelden ausgeblendet wird? Sch?n Dank schon mal, lieben Gru? Karsten Link to comment Share on other sites More sharing options...
techway Posted March 17, 2006 Report Share Posted March 17, 2006 Hi, probier mal so: {if not $account} dein anmelden link... {/if} Gru Link to comment Share on other sites More sharing options...
bbtika Posted March 17, 2006 Author Report Share Posted March 17, 2006 Hiii, danke f?r die Antwort, hat aba leider nicht funktioniert. Es schaut jetzt so aus: {if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a>{php} } {/php}{/if} {if !$logoff}<a href="login.php">Anmelden</a>{/if} So funktioniert es, aba trotzdem danke. Gru? Karsten Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.