Get the current forum being viewed?

bottiger

Active member
How do I get the current id of the forum being viewed so I can do something like this?

if(forum == 1)
foo
else if(forum == 5)
bar
 
Top Bottom