Home Features Demos Download Installation User Manual Developer Manual Relation function Credits

Login

inc/functions/css.php

css(denominator|style) adds css to the header of the current page

This function uses the side effect to fill the global variable $swParsedCSS,
If you have a custom skin and want to support this functions, you need to add the following code in the header

<style><?php echo $swParsedCSS ?></style>

File structure inc folder inc/functions folder