looks like its somthing here
<?
if($content)
{
include("$content.php");
}
?>
if($content) ? looks like it needs to be finished
like somthing..
<?
if(!$content)
{
include("content.php");
}
?>
or
<?
if($content == "")
{
include("content.php");
}
?>
hope that helps a bit
were you put $contents.php
is $contents a varible? or a name of the file?
if its a varible try this
$contents.".php"