include($phpbb_root_path . 'includes/page_header.'.$phpEx);
перенести
в самый конец файла:
Код: Выделить всё
....
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
//
// Parse the page and print
//
$template->pparse('body');
//
// Page footer
//
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);
P.S. сделал визуально никаких изменений не заметил