예제 #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();
 }