diff -r 9bcc185dc151 -r 85f91037cd4f install/includes/stages/finish.php --- a/install/includes/stages/finish.php Tue Jan 29 17:29:08 2008 -0500 +++ b/install/includes/stages/finish.php Tue Jan 29 23:15:44 2008 -0500 @@ -33,8 +33,8 @@ flush(); ?> -

Performing final installation steps

-

Enano is cleaning up and performing some final installation tasks. Please wait...

+

get('finish_heading_progress'); ?>

+

get('finish_msg_progress'); ?>

get('install_stg_load_title'), 'stg_load_files', $lang->get('install_stg_load_body'), false); +run_installer_stage('cleanup', $lang->get('install_stg_cleanup_title'), 'stg_aes_cleanup', $lang->get('install_stg_cleanup_body'), false); run_installer_stage('buildindex', $lang->get('install_stg_buildindex_title'), 'stg_build_index', $lang->get('install_stg_buildindex_body')); run_installer_stage('renameconfig', $lang->get('install_stg_rename_title'), 'stg_rename_config', $lang->get('install_stg_rename_body', array('mainpage_link' => scriptPath . '/index.php'))); close_install_table(); ?> -

Congratulations! You've finished installing Enano.

-

Enano has finished setting up on your server. Now you can go to your new - website and start creating content!

+

get('finish_msg_success_title'); ?>

+

get('finish_msg_success_body', array('mainpage_link' => makeUrlNS('Article', 'Main_Page'))); ?>

get('finish_body'); echo '

' . $lang->get('finish_link_mainpage', array('mainpage_link' => scriptPath . '/index.php')) . '

';