'].$software['name']); echo '
'; //First add the installation info if(empty($upgraded)){ echo '
'; echo '

'.$l['prog_upgrading'].$scripts[$softins['sid']]['name'].'

'; if(!can_use_soft($soft, $use_msg)){ echo '
'.$use_msg.'
'; } echo error_handle($error, "100%", 0, 1); echo '
'.$l['softins_url'].'

'.$l['softins_path'].'
'.$softins['softpath'].'

'; if(!empty($settings)){ if(file_exists($software['path'].'/upgrade.js')){ echo ''; } foreach($settings as $group => $sets){ if($group == 'hidden') continue; echo '

'.$group.'

'; foreach($sets as $sk => $sv){ // Adding class form-control if(preg_match('/type="text"/is', $sv['tag'])){ $sv['tag'] = preg_replace('/>/is', ' class="form-control">',$sv['tag']); } if(preg_match('/



'.$l['return'].'





'; }elseif(!empty($upgraded)){ echo '

'.$l['congrats'].'


'.$software['name'].' '.$l['succesful'].' :
'.$__settings['softurl'].' '.(!empty($software['adminurl']) ? '
'.$l['admin_url'].' : '.$__settings['softurl'].'/'.$software['adminurl'].'' : '').'

'.(!empty($setupcontinue) ? $l['setup_continue'].' :
'.$__settings['softurl'].'/'.$setupcontinue.'

' : '').' '.$l['enjoy'].'

'.(!empty($notes) ? $l['upgrade_notes'].' :
'.softparse($notes, $soft).'


' : '').' '.$l['please_note'].'

'.$l['regards'].',
'.$l['softinstaller'].'

'; if(empty($globals['upgrade_tweet_off']) || empty($globals['lictype'])){ echo '
'.$l['upgrade_tweet_sub'].' :
'; } echo '


'; } echo '
'; softfooter(); } ?>