Wie erstelle ich eine Blankoseite im Forumsdesign incl Header und Footer, deren Inhalt ich dann selber festlegen kann?
Gibt es doch sicher.

Beste Grüsse!
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4586: Cannot modify header information - headers already sent by (output started at /breeder.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4588: Cannot modify header information - headers already sent by (output started at /breeder.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4589: Cannot modify header information - headers already sent by (output started at /breeder.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4590: Cannot modify header information - headers already sent by (output started at /breeder.php:1)
Code: Alles auswählen
if ($user->data['user_id'] == ANONYMOUS || $user->data['is_bot'] )
{
login_box('', $user->lang['LOGIN']);
}