MTrackWeb.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 07:39:17 +0000 (15:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 26 Jul 2011 07:39:17 +0000 (15:39 +0800)
MTrackWeb.php

index f62d934..e34b39e 100644 (file)
@@ -519,9 +519,9 @@ class MTrackWeb extends HTML_FlexyFramework_Page
         
         require_once 'Pman/Core/JsCompile.php';
         $x = new Pman_Core_JsCompile();
-        $x->packScript(dirname(__FILE__).'/Hex/templates/images',
+        $x->packScript(dirname(__FILE__).'/MTrackWeb/templates/images',
                        array($dir),
-                        $this->rootURL . '/Hex/templates/images');
+                        $this->rootURL . '/MTrackWeb/templates/images');
         
         
     }