diff options
author | Alex Legler <alex@a3li.li> | 2015-01-01 17:12:36 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-01-01 17:12:36 +0100 |
commit | 144aa54a15168ae05766cc137f5b7c8be1cd0e30 (patch) | |
tree | cc04ebce66b28f99c8441c9aca434e947cfd779a /Tyrian.php | |
parent | Fix box headers overflow behavior, thanks to ulm for reporting (diff) | |
download | skin-tyrian-144aa54a15168ae05766cc137f5b7c8be1cd0e30.tar.gz skin-tyrian-144aa54a15168ae05766cc137f5b7c8be1cd0e30.tar.bz2 skin-tyrian-144aa54a15168ae05766cc137f5b7c8be1cd0e30.zip |
Add Android theme color
Diffstat (limited to 'Tyrian.php')
-rw-r--r-- | Tyrian.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,5 +55,6 @@ $wgHooks['OutputPageBeforeHTML'][] = 'injectMetaTags'; function injectMetaTags( $out ) { $out->addMeta( 'viewport', 'width=device-width, initial-scale=1.0' ); + $out->addMeta( 'theme-color', '#54487a' ); return true; } |