mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Language selection simplification
switch to include_lan for the time being work in progress
This commit is contained in:
@@ -11,16 +11,15 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/np_class.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:33:47 $
|
||||
| $Author: mcfly_e107 $
|
||||
| $Revision: 1.2 $
|
||||
| $Date: 2009-08-15 11:55:30 $
|
||||
| $Author: marj_nl_fr $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
@include_once(e_LANGUAGEDIR.e_LANGUAGE."/lan_np.php");
|
||||
@include_once(e_LANGUAGEDIR."English/lan_np.php");
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE."/lan_np.php");
|
||||
|
||||
/**
|
||||
* Next / Previous handling class
|
||||
|
Reference in New Issue
Block a user