Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]
Theme functions.
Copyright: | 2016 Frédéric Massart - FMCorz.net |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 156 lines (5 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
theme_boost_css_tree_post_processor($tree, $theme) X-Ref |
Post process the CSS tree. param: string $tree The CSS tree. param: theme_config $theme The theme config object. |
theme_boost_get_extra_scss($theme) X-Ref |
Inject additional SCSS. param: theme_config $theme The theme config object. return: string |
theme_boost_pluginfile($course, $cm, $context, $filearea, $args, $forcedownload, array $options = array() X-Ref |
Serves any files associated with the theme settings. param: stdClass $course param: stdClass $cm param: context $context param: string $filearea param: array $args param: bool $forcedownload param: array $options return: bool |
theme_boost_get_main_scss_content($theme) X-Ref |
Returns the main SCSS content. param: theme_config $theme The theme config object. return: string |
theme_boost_get_precompiled_css() X-Ref |
Get compiled css. return: string compiled css |
theme_boost_get_pre_scss($theme) X-Ref |
Get SCSS to prepend. param: theme_config $theme The theme config object. return: array |