summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-01-21 20:44:48 +0000
committerGreg Roach <fisharebest@gmail.com>2015-01-21 20:44:48 +0000
commitfd4cb105b9d7c112ff67d111b8bf160f6a6e26a2 (patch)
tree3053da8e8b0967cecb6c4936617e5f340876c615
parentc6710d115746e01c9278263d35c5a7800c4b070d (diff)
downloadwebtrees-fd4cb105b9d7c112ff67d111b8bf160f6a6e26a2.tar.gz
webtrees-fd4cb105b9d7c112ff67d111b8bf160f6a6e26a2.tar.bz2
webtrees-fd4cb105b9d7c112ff67d111b8bf160f6a6e26a2.zip
#381 - missing favicon in themes
-rw-r--r--library/WT/Theme/BaseTheme.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/WT/Theme/BaseTheme.php b/library/WT/Theme/BaseTheme.php
index e9b1bde218..9f3860b704 100644
--- a/library/WT/Theme/BaseTheme.php
+++ b/library/WT/Theme/BaseTheme.php
@@ -398,6 +398,7 @@ abstract class BaseTheme {
'<!--[if IE 8]><script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script><![endif]-->' .
$this->metaCharset() .
$this->title($title) .
+ $this->favicon() .
$this->metaViewport() .
$this->metaRobots($controller->getMetaRobots()) .
$this->metaUaCompatible() .