Themes.php
authorAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 04:58:38 +0000 (12:58 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 7 Mar 2018 04:58:38 +0000 (12:58 +0800)
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");
     }