1
I'm trying to display the News Topic Title in the following two templates: news_index.html and news_article.html, but have been unsucessful at finding the smarty codes. I've made other changes to these 2 templates, and they all work.
Reading the comments in both news/index.php and news/article.php, I would have thought that <{$topic_title}> would do the trick.
But I have tried <{$topic_title}>, <{$topic.title}>, and <{$topic}>, but none of them appear to work in these two templates.
Is there a smarty template variable for News Topic Title that would work in these 2 templates?
Cheers!