|
From: OryNider <ory...@us...> - 2007-08-11 03:49:38
|
Update of /cvsroot/mxbb/core/install/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24064 Modified Files: functions_install.php Log Message: the tpl extension replaced from .html with .tpl Index: functions_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/includes/functions_install.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions_install.php 6 Aug 2007 19:33:28 -0000 1.1 --- functions_install.php 11 Aug 2007 03:49:32 -0000 1.2 *************** *** 19,23 **** global $template, $lang, $mx_root_path, $mx_portal_name, $mx_portal_version; ! $template->set_filenames(array('header' => 'mx_install_header.html')); $template->assign_vars(array( 'L_PORTAL_NAME' => $mx_portal_name, --- 19,23 ---- global $template, $lang, $mx_root_path, $mx_portal_name, $mx_portal_version; ! $template->set_filenames(array('header' => 'mx_install_header.tpl')); $template->assign_vars(array( 'L_PORTAL_NAME' => $mx_portal_name, *************** *** 42,46 **** ); ! $template->set_filenames(array('footer' => 'mx_install_footer.html')); $template->assign_vars(array( 'L_INSTALLER_NAME' => INSTALLER_NAME, --- 42,46 ---- ); ! $template->set_filenames(array('footer' => 'mx_install_footer.tpl')); $template->assign_vars(array( 'L_INSTALLER_NAME' => INSTALLER_NAME, *************** *** 979,983 **** $template = new Template($mx_root_path . 'install/templates'); page_header_install('phpInfo()'); ! $template->set_filenames(array('phpinfo' => 'mx_install_phpinfo.html')); $template->assign_vars(array('PHPINFO' => $body_part)); $template->pparse('phpinfo'); --- 979,983 ---- $template = new Template($mx_root_path . 'install/templates'); page_header_install('phpInfo()'); ! $template->set_filenames(array('phpinfo' => 'mx_install_phpinfo.tpl')); $template->assign_vars(array('PHPINFO' => $body_part)); $template->pparse('phpinfo'); |