wrapper('membersonly/default'); require_once(HEADERF); $BODY = e107::getParser()->parseTemplate($MEMBERSONLY_TEMPLATE['default']['body'], true, $sc); echo $MEMBERSONLY_TEMPLATE['default']['header']; e107::getRender()->tablerender($MEMBERSONLY_TEMPLATE['default']['caption'], $BODY, 'membersonly'); echo $MEMBERSONLY_TEMPLATE['default']['footer']; require_once(FOOTERF);