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

index 1372e9f..478adb3 100644 (file)
@@ -129,10 +129,10 @@ 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.'" />';
-            
             return;
         }
         foreach($arfiles as $f=>$t) {
+            echo '<link type="text/css" rel="stylesheet" media="screen" href="'.$f.'" />';
             echo '<script type="text/javascript" src="'.$f.'"></script>';
             
         }