Blank_Page_Mod
Verfasst: 28.02.2006 21:48
HI hab mir den blank_page_mod geladen der ja uch funzt aber was ich will is, das der HTML-teil innerhalb dieser, für subsilvertypischen blauen "Box" ist, wo in orange der titel steht. Geht das? Wie? Hier mal der Code
Also wenn ich das nur so mache, sieht dat komscih aus ^^ ich will in dieser "box" haben, damit es aussieht wie ne professionelle site XD
Code: Alles auswählen
<?php
define('IN_PHPBB', true);
$phpbb_root_path = './'; // <--
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
?>
HTML Code here
<?
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>