AssetTrait.php
authorAlan Knowles <alan@roojs.com>
Thu, 14 Jan 2016 10:12:44 +0000 (18:12 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Jan 2016 10:12:44 +0000 (18:12 +0800)
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,