#include"logfile.php";
include"class.php";
@$con=con("select * from sulfner_data where h='$hID' and s='$sID'");
$row = mysql_fetch_object($con);
#echo mysql_errno() . ": " . mysql_error(). "\n";
// Überprüfen ob die Files es die file gibt
$eID=$row->ID;
$main_img=checkfile('images/main',$row->filesname,'gif','x');
$name=checkfile('top_flash',$row->filesname,'swf','home2');
@$flash_top_nav=checkfile('flash_nav',$hID,'swf','1');
print" ";
?>
:: SULFNER ::
if(@$sID==1)
{?>

if($hID==0)
{
?>
} } else {
if(empty($row->textita) && empty($row->text))
{
@$text="
Kein Text in der Datenbank vorhanden. hID
$hID | sID
$sID
Seite erstellen";
}
else
{
$text=$row->textita;
}
print @$text;
}
if($hID==8)
{
print "$row->textita";
}
?>