Revision 1009
Added by Matthias over 15 years ago
wb-setup.php | ||
---|---|---|
33 | 33 |
} |
34 | 34 |
|
35 | 35 |
?> |
36 |
<style type="text/css">
|
|
36 |
<!--<style type="text/css">-->
|
|
37 | 37 |
<?php |
38 |
require_once(WB_PATH.'/include/jscalendar/calendar-system.css'); |
|
38 |
// require_once(WB_PATH.'/include/jscalendar/calendar-system.css');
|
|
39 | 39 |
?> |
40 |
</style>
|
|
40 |
<!--</style> -->
|
|
41 | 41 |
<script type="text/javascript" src="<?php echo WB_URL ?>/include/jscalendar/calendar.js"></script> |
42 | 42 |
<?php // some stuff for jscalendar |
43 | 43 |
// language |
Also available in: Unified diff
-Moved styles from admin/pages/sections.php to sections.htt in backend themes (Thanks to Luisehahne)
- Moved javascript files from admin/pages/index.php to external js files (Thanks to Luisehahne)
- Major improovements and changes to all backend files to get more valide Code output (Thanks to Luisehahne)