diff -r de56132c008d -r bdac73ed481e install/includes/ui.php --- a/install/includes/ui.php Sun Mar 28 21:49:26 2010 -0400 +++ b/install/includes/ui.php Sun Mar 28 23:10:46 2010 -0400 @@ -22,227 +22,227 @@ class Enano_Installer_UI { - /** - * The list of installer stages. - * @var array - */ - - var $stages = array(); - - /** - * The GUID of the active stage - * @var string - */ - - var $current_stage = ''; - - /** - * The application name, or the name displayed after the stage name in the title bar. Should be localized. - * @var string - */ - - var $app_name = ''; - - /** - * If the header should be simplified (stripped of the Enano logo and top heading), this will be true. - * @var bool - */ - - var $simple = false; - - /** - * Text inserted into the header on the right. - * @var string - */ - - var $step = ''; - - /** - * Extra text to add to the HTML
section - * @var array Will be implode()'ed - */ - - var $additional_headers = array(); - - /** - * Constructor. - * @param string The name displayed in the