aboutsummaryrefslogtreecommitdiffstats
path: root/_nav/lib.php
diff options
context:
space:
mode:
Diffstat (limited to '_nav/lib.php')
-rw-r--r--_nav/lib.php6
1 files 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('<!--googleoff: all--><nav id="mgnav"><ul id="nav">%s</ul></nav><!--googleon: all-->', $s);
if ($wrap)
- $h = sprintf('<header id="hmgn">%s</header>', $h);
+ $h = sprintf('<header id="hmgn">%s
+<link rel="icon" type="image/png" href="/g/favicon.png" />
+</header>', $h);
if (!is_null($cache))
$cache->set($key, $h);