Revision 1355
Added by FrankH almost 15 years ago
| index.php | ||
|---|---|---|
| 32 | 32 |
$template = new Template(THEME_PATH.'/templates'); |
| 33 | 33 |
$template->set_file('page', 'templates.htt');
|
| 34 | 34 |
$template->set_block('page', 'main_block', 'main');
|
| 35 |
$template->set_var('FTAN', $admin->getFTAN());
|
|
| 35 | 36 |
|
| 36 | 37 |
// Insert values into template list |
| 37 | 38 |
$template->set_block('main_block', 'template_list_block', 'template_list');
|
Also available in: Unified diff
Security fixes