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 | ||
|---|---|---|
| 147 | 147 |
} |
| 148 | 148 |
|
| 149 | 149 |
$template->set_var(array( |
| 150 |
'WB_PATH' => WB_PATH, |
|
| 151 | 150 |
'WB_URL' => WB_URL, |
| 152 | 151 |
'THEME_URL' => THEME_URL, |
| 153 |
'ADMIN_PATH' => ADMIN_PATH, |
|
| 154 | 152 |
'ADMIN_URL' => ADMIN_URL, |
| 155 | 153 |
)); |
| 156 | 154 |
|
Also available in: Unified diff