{$mod_strings['LBL_HELP']}

SugarCRM

{$mod_strings['LBL_INSTALL_TYPE_TITLE']}
SugarCRM
EOQ; $typical_checked ='checked'; $custom_checked =''; if(isset($_SESSION['install_type']) && $_SESSION['install_type']=='custom'){ $typical_checked =''; $custom_checked ='checked'; }else{ //do nothing because defaults handle this condition } $out .= <<
{$mod_strings['LBL_INSTALL_TYPE_SUBTITLE']}
{$mod_strings['LBL_INSTALL_TYPE_TYPICAL']} {$mod_strings['LBL_INSTALL_TYPE_MSG2']}
{$mod_strings['LBL_INSTALL_TYPE_CUSTOM']} {$mod_strings['LBL_INSTALL_TYPE_MSG3']}
{$php_suggested_ver}

EOQ2; echo $out; ?>