schlauch-profi.de Posted April 25, 2007 Report Share Posted April 25, 2007 Moin, nutze das Template RedRiver im Shop. Möchte gerne meine Loginbox (Input Felder etc) nur im Ausgeloggten Zustand sehen. Wenn man sich eingeloggt hat soll dort der "{$greeting}" Text auftauchen.....was ist man meinem Code falsch? {config_load file="$language/lang_$language.conf" section="boxes"} {$FORM_ACTION} <table width="262"> {php} if (isset($_SESSION['customer_id'])) { {/php} <tr><td>{$greeting}</td></tr> {php} } else { {/php} <tr> <td align="right">{#text_email#}: </td> <td>{$FIELD_EMAIL}</td> </tr> <tr> <td align="right">{#text_pwd#}: </td> <td>{$FIELD_PWD}</td> </tr> <tr> <td align="right"><a href="{$LINK_LOST_PASSWORD}">{#text_password_forgotten#}</a> </td> <td>{$BUTTON}</td> </tr> {php} } {/php} </table> {$FORM_END} [/HTML] Sehe die Inputs wenn ich nicht eingeloggt bin. Nach dem einloggen zeigt der Explorer nichts mehr an und im Quelltext taucht auch nichts auf... Link to comment Share on other sites More sharing options...
schlauch-profi.de Posted April 26, 2007 Author Report Share Posted April 26, 2007 Hat niemand vielleicht eine Idee? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.