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