Ik wil op mijn pagina een andere pagina inculde, ik heb de tabel al klaaar en dit is het stukje tabel:
Code: Selecteer alles
<th colspan="1" width="90%" height="60"> </td>
Wie kan mij hier bij helpen
Liefs,
Code: Selecteer alles
<th colspan="1" width="90%" height="60"> </td>
Code: Selecteer alles
//
// Start output of page
//
define('SHOW_ONLINE', true);
$page_title = $lang['Index'];
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
$template->set_filenames(array(
'body' => 'cpinc.tpl')
);
$var_1 = '1 2 3 test';
$var_2 = 'en nog een test!';
$template->assign_vars(array(
'VAR_1' => $var_1,
'VAR_2' => $var_2)
);
//
// Generate the page
//
$template->pparse('body');
include($phpbb_root_path . 'includes/page_tail.'.$phpEx);