From 04423a33aa3c4665ccf1982146d9669934483d88 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Fri, 17 Aug 2012 12:48:24 +0000 Subject: add meta tag --- skins/Vector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/Vector.php b/skins/Vector.php index 8fdbb7c..fe191e8 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -445,6 +445,7 @@ class VectorTemplate extends QuickTemplate { $this->data['personal_urls'] = array_reverse( $this->data['personal_urls'] ); } + $wgOut->addMeta('google-site-verification', 'upEZjJeSjjjVNCMOM2xZNi5PmRgMOY9SCtW3xmGY6nQ'); // Output HTML Page $this->html( 'headelement' ); -- cgit v1.2.1