styles'; $ergebnis=safe_query("SELECT * FROM ".PREFIX."styles"); $ds=mysql_fetch_array($ergebnis); $file = ("../_stylesheet.css"); $size = filesize($file); $fp = fopen ($file, "r"); $stylesheet = fread($fp, $size); fclose($fp); echo'
Pagetitle: 
Page-Backgroundcolor: 
Table-Bordercolor: 
Head-BG: 
Category-BG: 
Cell-BG 1: 
Cell-BG 2: 
Cell-BG 3: 
Cell-BG 4: 
Win Fontcolor: 
Loose Fontcolor: 
Draw Fontcolor: 
Stylesheet: Do not delete classes! It would have consiquences on the whole homepage!
'; } ?>