$_L['ui']['css-root'] = $l['para']['color'];
parent::load_tpl_config($COMCFG['ui']);
if (!in_array($cls, ["pluins", "collect"])) {
$this->_body = COM_APP::head();
LOAD::own_pqfile("comsite.pqapp");
}
if (!$this->_body) {
LOAD::own_class("web/normal/{$cls}");
$fcls = new $cls();
$fcls->$do();
}
}
public function __destruct()
{
global $_L, $LF, $COMCFG, $l, $u, $classtop, $classnow, $position, $language, $site;
if ($this->_body) {
ob_get_clean();
echo $this->_body;
exit;
}