コード例 #1
0
ファイル: view.html_org.php プロジェクト: omarmm/MangLuoiBDS
 function saveDangKyMuaThue()
 {
     // save
     U_ReModelProperties::saveDangKyMuaThue();
     // redirect to response page
     $currentTemplate = JFactory::getApplication()->getTemplate();
     $templatePath = JPATH_THEMES . DS . $currentTemplate . DS . "html" . DS . "com_u_re" . DS . "properties";
     $this->addTemplatePath($templatePath);
     //$this->setLayout( $u_reGlobalConfig['PROPERTY']['mua_thue_template'] );
     $this->setLayout('dang_ky_mua_thue_complete');
     parent::display();
 }