Topic: Conditional include of template in include/template/main.tpl
In fact I would like to include the <pun_announcement> only on the homepage of my forum, with the forum list. Well in fact I'd like to do something like :
if page == index.php
include <pun_announcement>
in the include/template/main.tpl
Anyone got a clue on how I could do that?