Asset.php
[Pman.Core] / Asset.php
index 8df0cdc..7ddd448 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -106,7 +106,7 @@ class Pman_Core_Asset extends Pman {
 
 // a little experimental... we are going to use the same name as the class. for these..
 
-trait Pman_Core_Asset {
+trait Pman_Core_Asset_Trait {
     
     
     
@@ -120,7 +120,7 @@ trait Pman_Core_Asset {
     
     function outputJavascriptDir($path)
     {
-        
+        die("jsdir");
         $relpath = $this->rootURL . '/' . $path .'/';
         $ff = HTML_FlexyFramework::get();
         $dir =   $this->rootDir.'/' . $path;