Update of /cvsroot/easymod/easymod2/mods/easymod
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32044/mods/easymod
Modified Files:
easymod_display_functions.php easymod_install.php
Log Message:
Translations now go in language directory - not languages.
Index: easymod_display_functions.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_display_functions.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** easymod_display_functions.php 20 Jun 2005 22:15:41 -0000 1.13
--- easymod_display_functions.php 20 Jun 2005 22:53:15 -0000 1.14
***************
*** 366,370 ****
// Pick a language, any language ...
//
! function em_language_select($default, $select_name="language", $dirname="admin/mods/easymod/languages")
{
global $phpEx, $phpbb_root_path;
--- 366,370 ----
// Pick a language, any language ...
//
! function em_language_select($default, $select_name="language", $dirname="admin/mods/easymod/language")
{
global $phpEx, $phpbb_root_path;
Index: easymod_install.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_install.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** easymod_install.php 20 Jun 2005 22:15:41 -0000 1.19
--- easymod_install.php 20 Jun 2005 22:53:15 -0000 1.20
***************
*** 1,1691 ****
! <?php
! /***************************************************************************
! * easymod_install.php
! * -------------------
! * begin : Wednesday, March 15, 2002
! * copyright : (C) 2002-2004 by Nuttzy - Craig Nuttall, 2005 The phpBB Group
! * email : su...@ph...
! *
! * $Id$
! *
[...3355 lines suppressed...]
! echo "<br />\n" ;
! echo "<br />\n" ;
! echo '<br /><br /><h2><span class="ok"><b>' . $lang['EM_install_completed'] . "</b></span></h2>\n" ;
! echo '<p>' . $lang['EM_admin_panel'] . "</p><br />" ;
!
!
! page_footer() ;
! exit ;
! }
!
!
! // this should never happen!!
! else
! {
! echo $lang['EM_err_no_step'] . "<br />\n" ;
! exit ;
! }
!
?>
\ No newline at end of file
|