1
I am trying to insert the title of a news category somewhere in the index.php page for a specific topic. Right now, the topic description is coming up, naturally, because the following code is located in the news_index.html template:
<{$topic_description}>
What is the appropriate syntax to replace "<{$topic_description}>" with in order to get the topic name, not description, to appear?
I've tried:
<{$topic}>
<{$topictitle}>
<{$topic_title}>
<{$topic_name}>
<{$storytopic}>
and I get nothing.
Thanks!