Added theme-color meta-tag
authorMarcel Werk <burntime@woltlab.com>
Mon, 11 Jul 2016 14:48:47 +0000 (16:48 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 11 Jul 2016 14:48:47 +0000 (16:48 +0200)
com.woltlab.wcf/templates/headInclude.tpl

index 3b7eb041f38c6d2cfae0ccf83e582d71719acaff..7207de86549427d08954f17b31f207148e7f048d 100644 (file)
@@ -29,6 +29,9 @@
 <link rel="icon" href="{@$__wcf->getFavicon()}" type="image/x-icon">
 <link rel="apple-touch-icon" href="{@$__wcf->getPath()}images/apple-touch-icon.png">
 
+<!-- thema color (mobile Chrome) -->
+<meta name="theme-color" content="{$__wcf->getStyleHandler()->getStyle()->getVariable('wcfHeaderBackground')}">
+
 <script data-relocate="true">
        //<![CDATA[
        $(function() {