Themes.php
[Pman.Builder] / Themes.php
index 1fd6aeb..2b0fa54 100644 (file)
@@ -14,7 +14,7 @@ class Pman_Builder_Themes  extends Pman
         return true;
     }
     
-    function get($sub)
+    function get($sub, $opts = array())
     {
         $bd = $this->rootDir.'/themes';
         $dh = opendir($bd);
@@ -35,7 +35,7 @@ class Pman_Builder_Themes  extends Pman
               
         // 
     }
-    function post()
+    function post($base)
     {
         $this->jerr("no access");
     }