Project

General

Profile

« Previous | Next » 

Revision 1369

Added by Dietmar over 13 years ago

add jquery-include.js (Tks to Stefek)
update bind jquery in frontend, jquery-include.js and jquery-insrt.js are included

View differences:

wb-setup.php
47 47
		$jscal_lang = 'en';
48 48
	}
49 49
	// today
50
	$jscal_today = gmdate('Y/m/d');
50
	$jscal_today = gmdate('Y/m/d H:i');
51 51
	// first-day-of-week
52 52
	$jscal_firstday = '1'; // monday
53 53
	if(LANGUAGE=='EN')
......
81 81
		$jscal_format .= ' H:i';
82 82
		$jscal_ifformat .= ' %H:%M';
83 83
	}
84

  
84 85
	// load scripts for jscalendar
85 86
?>
86 87
<script type="text/javascript" src="<?php echo WB_URL ?>/include/jscalendar/lang/calendar-<?php echo $jscal_lang ?>.js"></script>

Also available in: Unified diff