mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Template: Integrate compression on included .js and .css files, fix custom_css template variable.
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user