Revision 458
Added by doc over 18 years ago
| CHANGELOG | ||
|---|---|---|
| 14 | 14 |
24-Jan-2007 Christian Sommer |
| 15 | 15 |
! Replaced some core files to allow configuration of wbmailer via admin settings panel |
| 16 | 16 |
------------------------------------- 2.6.6 ------------------------------------- |
| 17 |
12-May-2007 Christian Sommer |
|
| 18 |
+ Replaced functions page_css and page_javascript by register_frontend_modfiles |
|
| 19 |
+ Added function register_backend_modfiles to allow backend modules to use optional CSS and JS files |
|
| 20 |
+ Added the JS framework codepress to allow syntax highlighting for JS, HTML, PHP code (textarea) |
|
| 21 |
+ Added the new function register_frontend_modfiles to the built in templates |
|
| 17 | 22 |
08-May-2007 Matthias Gallas |
| 18 | 23 |
+ Added wrapper to functions.php if mb_string is not available (Thanks to thorn) |
| 19 | 24 |
+ Added new functions page_css and page_javascript to the built in templates |
Also available in: Unified diff
Added package which allows to integrate optional JS & CSS module files (frontend.css, frontend.js, backend.css, backend.js) into the <head> section of the HTML code. This allows developers to code modules which creates (X)HTML valid output.