Quote:
Originally Posted by kh99
Sorry, I still cannot understand. Maybe someone else will understand.
|
Now i use in header template:
Code:
<if condition="THIS_SCRIPT == 'login' AND $_REQUEST['do'] == 'login'">html codes here</if>
Because Login Redirect time, form calling header vs. templates. and i calling from header codes login redirect time.
but i want this code seem : at ONLY
Login redirect but this code(<if condition="THIS_SCRIPT == 'login' AND $_REQUEST['do'] == 'login'">html codes here</if>) is insufficient.