diff options
Diffstat (limited to 'lib.php')
-rw-r--r-- | lib.php | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -265,7 +265,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); |