AssetTrait.php
[Pman.Core] / AssetTrait.php
index 1969100..5e7ff34 100644 (file)
@@ -261,7 +261,7 @@ trait Pman_Core_AssetTrait {
          //   echo "<!-- file already exists: {$basedir}/{$output} -->\n";
         }
         
-         $asset = $ff->project == 'Pman' ? '/Pman/Asset/css/' : '/Asset/css/';
+         $asset = $ff->project == 'Pman' ? '/Core/Asset/css/' : '/Asset/css/';
         //$this->arrayToJsInclude(  $files);
         $this->assetArrayToHtml(  array(
             $this->baseURL.$asset. $output,