Update of /cvsroot/mxbb/core/install/includes
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9757/includes
Modified Files:
Tag: core28x
functions_install.php
Log Message:
Updated install wizard, with new references to new site
Index: functions_install.php
===================================================================
RCS file: /cvsroot/mxbb/core/install/includes/functions_install.php,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -C2 -d -r1.2.2.3 -r1.2.2.4
*** functions_install.php 10 Feb 2008 21:11:28 -0000 1.2.2.3
--- functions_install.php 16 Jun 2008 10:51:25 -0000 1.2.2.4
***************
*** 36,41 ****
$install_moreinfo = sprintf($lang['Install_moreinfo'],
'<a href="'.U_RELEASE_NOTES.'" target="_blank">', '</a>',
! '<a href="'.U_WELCOME_PACK.'" target="_blank">', '</a>',
! '<a href="'.U_ONLINE_FAQ.'" target="_blank">', '</a>',
'<a href="'.U_ONLINE_SUPPORT.'" target="_blank">', '</a>',
'<a href="'.U_TERMS_OF_USE.'" target="_blank">', '</a>'
--- 36,41 ----
$install_moreinfo = sprintf($lang['Install_moreinfo'],
'<a href="'.U_RELEASE_NOTES.'" target="_blank">', '</a>',
! '<a href="'.U_ONLINE_MANUAL.'" target="_blank">', '</a>',
! '<a href="'.U_ONLINE_KB.'" target="_blank">', '</a>',
'<a href="'.U_ONLINE_SUPPORT.'" target="_blank">', '</a>',
'<a href="'.U_TERMS_OF_USE.'" target="_blank">', '</a>'
|