mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Merge pull request #1726 from Deltik/master
Fixed frontend localization for clock_menu plugin
This commit is contained in:
@@ -1230,10 +1230,10 @@ $core_image = array (
|
||||
array (
|
||||
'English.php' => '5f81da7166965e4a08f4bf4de060f409',
|
||||
),
|
||||
'English.php' => 'c8c59cc8ea0426757eeb737f3a7f8754',
|
||||
'English_front.php' => 'c8c59cc8ea0426757eeb737f3a7f8754',
|
||||
),
|
||||
'clock.js' => '98871f097e7b77f981df163421edb721',
|
||||
'clock_menu.php' => '3168321679773a9b312516a5f68ebeb9',
|
||||
'clock_menu.php' => '093e3d29e611974b9425713014cda36b',
|
||||
'config.php' => '990e7bff8e3cfee87d7bdbb9738fb80b',
|
||||
),
|
||||
'comment_menu' =>
|
||||
|
@@ -21,7 +21,7 @@
|
||||
//FIXME looks pretty much to be 0.6 compatible
|
||||
if (!defined('e107_INIT')) { exit(); }
|
||||
|
||||
e107::lan('clock_menu',e_LANGUAGE);
|
||||
e107::lan('clock_menu',false);
|
||||
|
||||
$menu_pref = e107::getConfig('menu')->getPref('');
|
||||
|
||||
|
Reference in New Issue
Block a user