mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Language selection simplification
switch to include_lan for the time being work in progress
This commit is contained in:
@@ -11,19 +11,15 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/date_handler.php,v $
|
||||
| $Revision: 1.5 $
|
||||
| $Date: 2007-02-18 13:10:26 $
|
||||
| $Author: e107steved $
|
||||
| $Revision: 1.6 $
|
||||
| $Date: 2009-08-15 11:55:30 $
|
||||
| $Author: marj_nl_fr $
|
||||
|
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
if (is_readable(e_LANGUAGEDIR.e_LANGUAGE."/lan_date.php")) {
|
||||
@include_once(e_LANGUAGEDIR.e_LANGUAGE."/lan_date.php");
|
||||
} else {
|
||||
@include_once(e_LANGUAGEDIR."English/lan_date.php");
|
||||
}
|
||||
include_lan(e_LANGUAGEDIR.e_LANGUAGE."/lan_date.php");
|
||||
|
||||
class convert
|
||||
{
|
||||
|
Reference in New Issue
Block a user