![]() |
whats wrong with this code?
Code:
{if $usertype eq "C"} |
should it look like this?
Code:
{if $usertype eq "C"} |
Syntax wise, your not closing your {if} tag.
There might be other problems depending on what you're trying to do. I'm not sure why you are putting the other {if} tag inside the else either... |
If I'm wrong, someone please correct me. This is (I think) the correct syntax:
Code:
{if $usertype eq "C"} Code:
{if $usertype eq "C"} |
All times are GMT -8. The time now is 07:24 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.