Project

General

Profile

« Previous | Next » 

Revision 1443

Added by Dietmar over 13 years ago

remove auto including YUI Framework in backend for modules, enable with >print_footer(true)
>print_error and ->print_success too accept a message as array
auto validate in frontend if style block inside body tag
captcha now XHTML valide

View differences:

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