Any help on this one. What I need is a statement to go along with
if ( $template )
{
eval ( "dooutput ( \"" . gettemplate ( $template ) . "\" ) ;" ) ;
}
so that if template=null (i.e., no template called), the forumhome or other default template is used. As it stands now, if I just use index.php, I get a blank page because no template is used.
Thanx again if you can help