Code: Alles auswählen
Fatal error: Call to a member function on a non-object in /includes/page_tail.php on line 35
Code: Alles auswählen
$style = implode("",file("style/index.html"));
$style = str_replace("<?inhalt?>", $text, $style);
echo ($style);
Code: Alles auswählen
Parse error: syntax error, unexpected T_STRING, expecting ']' in /admin/admin_styles.php on line 762
Ich hoffe ihr könnt mir helfen.