From 1916d88a8eef30349d4c6da3c001d13aa72e7b52 Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 8 Jun 2014 15:10:50 +0000 Subject: sync nav --- _nav/lib.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_nav/lib.php b/_nav/lib.php index ce02257b0..a615f4336 100644 --- a/_nav/lib.php +++ b/_nav/lib.php @@ -190,7 +190,7 @@ class l10n if (file_exists($po_file)) { $dictionary = phpmo_parse_po_file($po_file); - + foreach ($dictionary as $key => $value) { if ($key != '') { if ($value['msgstr'][0] != '') { @@ -299,7 +299,9 @@ function _mgnav_html($wrap = false, $lang = 'en', $inject = null, $vhost = 'www. $h = sprintf('', $s); if ($wrap) - $h = sprintf('
%s
', $h); + $h = sprintf('
%s + +
', $h); if (!is_null($cache)) $cache->set($key, $h); -- cgit v1.2.1