Quote:
Originally Posted by Lynne
for forum 1, use an image like "myimage1.png" and for forum 2, use "myimage2.png", etc. Then you can just change the 1,2 in the image name depending on the forumid.
|
I understand that but how do I write the code that goes inside the template.
can I write this?
<if condition $foruminfo[forumid] = 'n'>
some statements
</if>
--------------- Added [DATE]1338326940[/DATE] at [TIME]1338326940[/TIME] ---------------
Quote:
Originally Posted by Lynne
for forum 1, use an image like "myimage1.png" and for forum 2, use "myimage2.png", etc. Then you can just change the 1,2 in the image name depending on the forumid.
|
I understand that but how do I write the code that goes inside the template.
can I write this?
<if condition $foruminfo[forumid] = 'n'>
some statements
</if>