

In the 'viewforum_body.html' template, is there a variable that can be used to ascertain the type of the forum?
The goal is to be able to do something like the following...
Line 28
Code:
<!-- IF S_HAS_SUBFORUM and S_IS_CAT --><!-- INCLUDE forumlist_body.html --><!-- ELSEIF S_HAS_SUBFORUM --><!-- INCLUDE subforumlist_body.html --><!-- ENDIF -->
Code:
<!-- IF S_HAS_SUBFORUM and S_IS_FORUM --><!-- INCLUDE subforumlist_body.html --><!-- ELSEIF S_HAS_SUBFORUM --><!-- INCLUDE forumlist_body.html --><!-- ENDIF -->

Statistics: Posted by Denis — Thu Jan 25, 2024 2:20 pm