i am trying to add this to my template.php but it is not showing. Please help
Quote:<?php
if ($current_page_filename == 'index.xml') {
include("shout/shoutbox.php");
}
?>