JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 08:39:33 +0000 (16:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 08:39:33 +0000 (16:39 +0800)
JsCompile.php

index 8c92b2e..afcce45 100644 (file)
@@ -128,7 +128,7 @@ class Pman_Core_JsCompile  extends Pman
         }
         
         if (file_exists($output_path.'/'.$output)) {
-            echo '<link type="text/css" rel="stylesheet" media="screen" href="'.$output_url.'/'. $output.'" />';
+            echo '<link type="text/css" rel="stylesheet" media="screen" href="'.$output_url.''/_cached_/'. $output.'" />';
             return;
         }
         foreach($files as $f=>$t) {