1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Experimental CSS filtering.

This commit is contained in:
Cameron
2021-06-24 12:29:47 -07:00
parent d8f9a96dea
commit 00d584f584
2 changed files with 26 additions and 1 deletions

View File

@@ -344,6 +344,11 @@ $e_js->renderLinks();
$CSSORDER = deftrue('CSSORDER') ? explode(",",CSSORDER) : array('library', 'other','core','plugin','theme','inline');
/** Experimental - Subject to removal at any time. Use at own risk */
if(method_exists('theme', 'css'))
{
$e_js->set('_theme_css_processor', true);
}
foreach($CSSORDER as $val)
{