示例#1
0
 public function edit()
 {
     $app = JFactory::getApplication();
     $view = $this->getEntityName();
     $layout = 'default';
     JRequest::setVar('view', $view);
     JRequest::setVar('layout', $layout);
     parent::display();
 }
示例#2
0
文件: keys.php 项目: rcorral/com_jm
 public function display()
 {
     parent::display();
 }