Titus
Wed 14th Jul '04, 7:35pm
When a user logs out, I want to display a login form so they can log back in with a different username. I cobbled this together after digging through the forums here, but since I won't have time to try putting it into the STANDARD_ERROR template for several days, I thought I would ask if what I have would even work.
<if condition="THIS_PAGE == 'login.php?do=logout'">
login form HTML
</if>
Thanks!
<if condition="THIS_PAGE == 'login.php?do=logout'">
login form HTML
</if>
Thanks!