Revision 1441
Added by Luisehahne over 14 years ago
- recoded /modules/admin.php info_banner, now compare with modify in pages
- security fixes remove defined WB_PATH for backend templates
- fixed class.admin.php missing $TEXT declaration, add get_section_details
| index.php | ||
|---|---|---|
| 76 | 76 |
$template->set_var(array( |
| 77 | 77 |
'ADMIN_URL' => ADMIN_URL, |
| 78 | 78 |
'WB_URL' => WB_URL, |
| 79 |
'WB_PATH' => WB_PATH, |
|
| 80 | 79 |
'THEME_URL' => THEME_URL |
| 81 | 80 |
) |
| 82 | 81 |
); |
| ... | ... | |
| 106 | 105 |
$template->set_var(array( |
| 107 | 106 |
'ADMIN_URL' => ADMIN_URL, |
| 108 | 107 |
'WB_URL' => WB_URL, |
| 109 |
'WB_PATH' => WB_PATH, |
|
| 110 | 108 |
'THEME_URL' => THEME_URL |
| 111 | 109 |
) |
| 112 | 110 |
); |
Also available in: Unified diff