예제 #1
0
파일: test.php 프로젝트: AxelFG/ckbran-inf
 function edit()
 {
     JRequest::setVar('view', 'test');
     JRequest::setVar('layout', 'form');
     JRequest::setVar('hidemainmenu', 1);
     parent::display();
 }
예제 #2
0
파일: prod.php 프로젝트: AxelFG/ckbran-inf
 function import()
 {
     $log = $this->ImportVMart();
     echo "<h4>VirtueMart Import</h4>";
     echo "<pre>";
     echo $log;
     echo "</pre>";
     parent::display();
 }
예제 #3
0
파일: fuser.php 프로젝트: AxelFG/ckbran-inf
 function catsa()
 {
     JRequest::setVar('view', 'fuser');
     JRequest::setVar('layout', 'catsa');
     parent::display();
 }