Beispiel #1
0
 public function execute()
 {
     switch (substr(Common::getGetString('fancy'), 0, 4)) {
         case 'head':
             GWF_Website::addCSS(sprintf('/tpl/%s/css/fancy.css', GWF3::getDesign()));
             return GWF3::onDisplayHead();
         case 'foot':
             return GWF3::onDisplayFoot();
         default:
             return GWF_HTML::err('ERR_PARAMETER', array(__FILE__, __LINE__, 'fancy'));
     }
 }