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);
$page_title = 'TYTUL';
$mode = htmlspecialchars($HTTP_GET_VARS["mode"]);
$id = htmlspecialchars(intval($HTTP_GET_VARS["id"]));
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
$template->set_filenames(array("body" => "NAZWATPL"));
$template->pparse("body");
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>
W nim zmieniamy dwie rzeczy:
$page_title = 'TYTUL'
slowo TYTUL na wlasny tytul podstrony.
$template->set_filenames(array("body" => "NAZWATPL"));
a NAZWATPL na np mojastrona.tpl (i tworzymy takowy plik z wlasna trescia w templates\nazwa_stylu\
0 komentarze:
Prześlij komentarz