If/Else Loops in Templates: Question
Using Jamroom
Looks like item_category_index.tpl to me.
Version 1.1.3:
- Bug Fix: Users created by admin from the ACP were not getting joined to auto-join courses
{if($_post['whatever-value-you-found-from-debug'] == 'adjectives')}
whatever you want to put just on that page goes here.
{/if}