If/Else Loops in Templates: Question
Using Jamroom
You could just use your IF/ELSE to put the title in there at the top, then you dont need to add in any html to the title.
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}