fQuery("SELECT * FROM ".DBPREFIX."sys_box WHERE sSide = 's' ORDER BY nSort"); while($drBox = $oSql->fFetch($dqBox)) { $eColspan = "1"; $eClass = 1; if($drBox['nBstId']) { $dqBoxstd = $oSql->fQuery("SELECT a.*, b.sText, c.nActive FROM ".DBPREFIX."sys_boxstd a LEFT JOIN ".DBPREFIX."lng_value b ON (b.sLpkId = '".$aOptions['sysLanguagepack']."' AND b.sLvaId = a.sLvaId) LEFT JOIN ".DBPREFIX."sys_module c ON c.sModId = a.sModId WHERE a.nBstId = '".$drBox['nBstId']."'"); $drBoxstd = $oSql->fFetch($dqBoxstd); if($drBoxstd['nActive'] == 0) continue; require("box/".$drBoxstd['sModId'].$drBoxstd['sCodefile'].".php"); } else { $eText = $drBox['sText']; eval("\$eText = \"".$oTpl->fGet("header_BoxCustom")."\";"); } $eTitle = $drBox['sTitle']; eval("\$eBoxesS .= \"".$oTpl->fGet("header_Box")."\";"); unset($eTitle, $eText, $eColspan); ### START Wer ist Wo $sUserLocation = "home"; ### END Wer ist Wo } eval("\$sOutput .= \"".$oTpl->fGet("sysIndex")."\";"); require("incFooter.php"); ?>