Project

General

Profile

« Previous | Next » 

Revision 601

Added by doc almost 17 years ago

Added Javascript Admin module (developed by Stepan Riha, adapted for WB2.7 by Swen Uth)

View differences:

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