Quote:
Originally Posted by zooki
after each lang="X" or lang="Y" I aded ">" this will close the bracket to make the Statement appear correct.
|
Thanks. I missed that one. I corrected it.
Quote:
Originally Posted by zooki
whats a better way to write it if I hav a lot of languages? i would then have like 10 End If statements?
|
I use a good number of conditionals on my forum pages and have no problems with it. However there may be a tidier way.
For one forum, instead of an array of forums; I normally use this conditional:
PHP Code:
<if condition="$foruminfo['forumid']=41">lang="FR"</if>