function renderTheme(&$target) { global $altsysModuleConfig; if (empty($altsysModuleConfig['admin_in_theme'])) { parent::renderTheme($target); } else { $attributes = $target->getAttributes(); altsys_admin_in_theme_in_last($attributes['xoops_contents']); exit; } }
/** * renderBlock * * @param XCube_RenderTarget &$target * * @return void **/ public function renderBlock(&$target) { parent::renderBlock($target); // TODO will be use other method }
/** * render block. * * @param XCube_RenderTarget &$target */ public function renderBlock(&$target) { parent::renderBlock($target); }