コード例 #1
0
 function display()
 {
     JRequest::setVar('view', 'cpanel');
     parent::display();
 }
コード例 #2
0
 function display()
 {
     JRequest::setVar('view', 'migrate');
     parent::display();
 }
コード例 #3
0
 function display()
 {
     JRequest::setVar('view', 'config');
     parent::display();
 }
コード例 #4
0
 function display()
 {
     JRequest::setVar('view', 'help');
     parent::display();
 }