コード例 #1
0
ファイル: mainmenu.class.php プロジェクト: googlesky/snsp.vn
 public function process()
 {
     $menu_count = Phpfox::getParam('bootstraptheme.bootstraptheme_mainmenu_count');
     $this->template()->assign(array('btMenuCount' => $menu_count, 'isAjax' => PhpFox::getParam('core.site_wide_ajax_browsing')));
 }