mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
When static URL is not in use, use absolute URL for js/css cached image paths etc.
This commit is contained in:
@@ -1678,7 +1678,7 @@ class e_jsmanager
|
||||
continue;
|
||||
}
|
||||
|
||||
$http = $tp->staticUrl(null, array('full'=>1)); // returns SITEURL or Static URL if enabled.
|
||||
$http = $tp->staticUrl(null); // returns SITEURL or Static URL if enabled. array('full'=>1) removed.
|
||||
$path = $this->normalizePath($basePath.$v);
|
||||
$dir = "url(".$http.$path.")";
|
||||
|
||||
|
Reference in New Issue
Block a user