Forum Moderators: coopster
<? if ($mpfirstpost==1) echo topic_title();?>
This displays right the title of the post but I want to add an H2 to it. When I do it the page does not loads. I was thinking at
<? if ($mpfirstpost==1) echo <h2>topic_title()</h2>;?>
but its clearly an syntax error.
What is the right code?
Thanx.