Revision 1443
Added by Luisehahne over 14 years ago
| index.php | ||
|---|---|---|
| 145 | 145 |
$output = filter_frontend_output($output); |
| 146 | 146 |
} |
| 147 | 147 |
} |
| 148 |
|
|
| 149 |
// move css definitions into head section |
|
| 150 |
$output = moveCssToHead($output); |
|
| 148 | 151 |
echo $output; |
| 149 | 152 |
// end of wb-script |
| 150 | 153 |
exit; |
| 151 |
?> |
|
Also available in: Unified diff
remove auto including YUI Framework in backend for modules, enable with
>print_footer(true)
>print_error and ->print_success too accept a message as arrayauto validate in frontend if style block inside body tag
captcha now XHTML valide