1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-17 07:10:48 +03:00

Fix web path generation for css files without merging

This commit is contained in:
Alexey Kachayev 2010-04-10 00:04:03 +00:00
parent 1a36ed4756
commit 0f43cfa37b

View file

@ -826,7 +826,7 @@ class LsViewer extends Module {
if(Config::Get("compress.{$sType}.merge")) {
$aHeadFiles[$sType][] = $this->Compress($aResult[$sType],$sType);
} else {
$aHeadFiles[$sType] = array_merge($aHeadFiles[$sType],$aResult[$sType]);
$aHeadFiles[$sType] = array_map(array($this,'GetWebPath'),array_merge($aHeadFiles[$sType],$aResult[$sType]));
}
/**
* Добавляем файлы хаков