コード例 #1
0
 public function index()
 {
     $post = array('alert' => '');
     // Model::load('admincp/dbstore');
     $post['theList'] = PluginStoreApi::getHtml();
     System::setTitle('Plugin list - ' . ADMINCP_TITLE);
     View::make('admincp/head');
     self::makeContents('pluginsStore', $post);
     View::make('admincp/footer');
 }