Revision 435
Added by doc over 18 years ago
| CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
| 14 | 14 |
12-Feb-2007 Christian Sommer |
| 15 |
! Added functions page_css and page_javascript which allow to include optional |
|
| 16 |
module files module.css and module.js into the <head> section. This allows to |
|
| 17 |
create valid (X)HTML, as CSS definitions of modules are included in the head section |
|
| 18 |
12-Feb-2007 Christian Sommer |
|
| 15 | 19 |
! Security enhancement (reduced number of login trials from 50 to 3) |
| 16 | 20 |
02-Feb-2007 Matthias Gallas |
| 17 | 21 |
# Applied fix for ticket #380 (Thanks to pcwacht) |
Also available in: Unified diff
Added functions page_css() and page_javascript() to frontend.functions.php. Function include link references in the head section to the optional module.css and module.js files.