Verfasst: 25.10.2005 21:02
suche:
Code: Alles auswählen
//
// Generate the page
//
$template->pparse('body');
include($phpbb_root_path . 'actualstats.'.$phpEx);
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>Code: Alles auswählen
include($phpbb_root_path . 'actualstats.'.$phpEx);
//
// Generate the page
//
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
?>