Hi all. In my custom MessageIndex.template.php (SMF 1.0.5) I'm trying to find how to output the name of the board the user is currently viewing inside a header cell. So for example if the user is browsing the "Off Topic" forum it would say "Off Topic" in my desired header table cell. Does anybody know the php required to do so?
$context['name'] will get you what you want.
Thanks Michael, works great.