getSourcePath() . 'installer.css.php'); ?> <?php echo $GLOBALS['isso:callback']->getApplication(); ?> Installer for when all the steps have been reached. * * @access public * * @param bool Produce the "Next" button? */ function page_end($next = true) { if (defined('STOP_MARK') AND $next) { if ($GLOBALS['isso:callback']->in['mark'] >= STOP_MARK AND !defined('IGNORE_STOP')) { echo ''; } else { echo ''; } } echo ' '; exit; } /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>