Template: Integrate compression on included .js and .css files, fix custom_css template variable.

This commit is contained in:
Nate
2020-03-19 21:11:53 -06:00
parent 8b2b284041
commit 92719e0399
15 changed files with 148 additions and 21 deletions

View File

@@ -99,6 +99,7 @@
switch($subcategory) {
//exceptions
case 'favicon':
case 'custom_css':
if ($setting['text'] != '') {
$tmp_url = parse_url($setting['text']);
$tmp_path = pathinfo($setting['text']);