Example #1
0
 function render($mode)
 {
     if (!$this->_application->isAdmin()) {
         $this->setAttribute('skin', 'Photogallery.html');
     }
     parent::render($mode);
 }
Example #2
0
 function render($mode)
 {
     if (!$this->_application->isAdmin()) {
         $this->setAttribute('skin', 'Timeline.html');
     }
     parent::render($mode);
 }
Example #3
0
 function render($mode)
 {
     if (!$this->_application->isAdmin()) {
         ini_set('display_errors', 'On');
         $this->setAttribute('skin', 'Unity3D.html');
     }
     parent::render($mode);
 }