Blank Page mit sidebar
Verfasst: 10.11.2005 09:56
Hallo
Ich hoffe mir kann jemand helfen. Ich möchte in die blank_page.php meine index_body.tpl includen, bzw. die sidebar, welche in der index_body.tpl verankert ist. Hier der Code der blank_page.php:
Wo müsste ich den Code ändern, damit die sidebar includet wird?
Gruss nf
Ich hoffe mir kann jemand helfen. Ich möchte in die blank_page.php meine index_body.tpl includen, bzw. die sidebar, welche in der index_body.tpl verankert ist. Hier der Code der blank_page.php:
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);
?>Gruss nf