1
0
mirror of https://github.com/e107inc/e107.git synced 2025-05-01 09:48:19 +02:00

Merge pull request #1726 from Deltik/master

Fixed frontend localization for clock_menu plugin
This commit is contained in:
Cameron 2016-06-22 14:27:37 -07:00 committed by GitHub
commit 94e2c08a63
3 changed files with 5 additions and 5 deletions

View File

@ -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' =>
@ -4131,4 +4131,4 @@ $deprecated_image = array (
'upgrade.php' => '5e74e594b56732d62183c0300e222f2a',
);
?>
?>

View File

@ -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('');
@ -57,4 +57,4 @@ echo "
<script type=\"text/javascript\">\nwindow.setTimeout(\"tick('".$menu_pref['clock_dateprefix']."', '".$menu_pref['clock_format']."', '".$menu_pref['clock_datesuffix1']."', '".$menu_pref['clock_datesuffix2']."', '".$menu_pref['clock_datesuffix3']."', '".$menu_pref['clock_datesuffix4']."')\",150);\n</script>
<!-- ### end clock ### //-->\n\n";
?>
?>