Code: Alles auswählen
$template->assign_block_from_handle('rezept', 'REZEPT');
Code: Alles auswählen
$template->assign_var_from_handle('REZEPT', 'rezept');
Code: Alles auswählen
$template->assign_block_from_handle('rezept', 'REZEPT');
Code: Alles auswählen
$template->assign_var_from_handle('REZEPT', 'rezept');
Code: Alles auswählen
$template->set_filenames(array(
'body' => 'rezepte_body.tpl',
'rezept' => '../rezepte/rezepte_body_'.$HTTP_GET_VARS['r'].'.tpl',
'rezeptemenue' => '../rezepte/rezepte.tpl')
);
$template->assign_var_from_handle(
'REZEPT', 'rezept',
'REZEPTEMENUE', 'rezeptemenue');
Code: Alles auswählen
$template->assign_var_from_handle('REZEPT', 'rezept');
$template->assign_var_from_handle('REZEPTMENUE', 'rezeptmenue');