Project

General

Profile

« Previous | Next » 

Revision 1646

Added by Dietmar over 12 years ago

  1. typofix in templates to include jquery

View differences:

index.php
47 47
<?php
48 48
	// automatically include optional WB module files (frontend.css, frontend.js)
49 49
	register_frontend_modfiles('css');
50
	// register_frontend_modfiles('javascript');
50
	// register_frontend_modfiles('jquery');
51 51
	register_frontend_modfiles('js');
52 52
?>
53 53
</head>
......
247 247
</table>
248 248
<?php 
249 249
// automatically include optional WB module file frontend_body.js)
250
register_frontend_modfiles_body();
250
// register_frontend_modfiles_body('jquery');
251
register_frontend_modfiles_body('js');
251 252
?>
252 253
</body>
253 254
</html>

Also available in: Unified diff