diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-01-21 20:44:48 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-01-21 20:44:48 +0000 |
| commit | fd4cb105b9d7c112ff67d111b8bf160f6a6e26a2 (patch) | |
| tree | 3053da8e8b0967cecb6c4936617e5f340876c615 | |
| parent | c6710d115746e01c9278263d35c5a7800c4b070d (diff) | |
| download | webtrees-fd4cb105b9d7c112ff67d111b8bf160f6a6e26a2.tar.gz webtrees-fd4cb105b9d7c112ff67d111b8bf160f6a6e26a2.tar.bz2 webtrees-fd4cb105b9d7c112ff67d111b8bf160f6a6e26a2.zip | |
#381 - missing favicon in themes
| -rw-r--r-- | library/WT/Theme/BaseTheme.php | 1 |
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() . |
