Revision 601
Added by doc almost 18 years ago
| class.admin.php | ||
|---|---|---|
| 161 | 161 |
|
| 162 | 162 |
// Print the admin footer |
| 163 | 163 |
function print_footer() {
|
| 164 |
// include the required file for Javascript admin |
|
| 165 |
if(file_exists(WB_PATH.'/modules/jsadmin/jsadmin_backend_include.php')){
|
|
| 166 |
@include(WB_PATH.'/modules/jsadmin/jsadmin_backend_include.php'); |
|
| 167 |
} |
|
| 164 | 168 |
$footer_template = new Template(ADMIN_PATH."/interface"); |
| 165 | 169 |
$footer_template->set_file('page', 'footer.html');
|
| 166 | 170 |
$footer_template->set_block('page', 'footer_block', 'header');
|
Also available in: Unified diff
Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)