From: Alan Knowles Date: Thu, 24 Dec 2015 03:32:06 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=471bfa73d97a790708f7c51261c72ab13b3c8168 Asset.php --- diff --git a/Asset.php b/Asset.php index 74e46bb9..3f25a66a 100644 --- a/Asset.php +++ b/Asset.php @@ -120,7 +120,7 @@ trait Pman_Core_Asset_Trait { function outputJavascriptDir($path) { - die("jsdir"); + $relpath = $this->rootURL . '/' . $path .'/'; $ff = HTML_FlexyFramework::get(); $dir = $this->rootDir.'/' . $path; @@ -244,7 +244,7 @@ trait Pman_Core_Asset_Trait { function outputCssDir($path) { - die("cssdir"); + $relpath = $this->rootURL . '/' . $path .'/'; $ff = HTML_FlexyFramework::get(); $dir = $this->rootDir.'/' . $path;