diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2014-06-27 14:54:33 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2014-06-27 14:54:33 +0200 |
| commit | 43bc6e0104470ab110affa59dfb7fdcc2f8940a9 (patch) | |
| tree | ca0ffd867d0140d1e8001b31bec74444bc95ee91 | |
| parent | 4942419cea401d6303d2f415eb8c2a8302ae7113 (diff) | |
Google WebmasterTools verifizieren
| -rw-r--r-- | themes/astaf/views/layouts/main.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/astaf/views/layouts/main.php b/themes/astaf/views/layouts/main.php index 60311e7..cc6e277 100644 --- a/themes/astaf/views/layouts/main.php +++ b/themes/astaf/views/layouts/main.php @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> + <meta name="google-site-verification" content="hCHdHNq3JTjWBgsurQcDkv08x-Yy7Fwl_6TQeCsUv1k" /> <title><?php echo CHtml::encode($this->pageTitle); ?></title> <!-- Mobile viewport optimisation --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> @@ -17,7 +18,7 @@ <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> - + <?php /* <!-- Google Analytics DEAKTIVIERT <script type="text/javascript"> @@ -32,6 +33,7 @@ })(); </script>--> +*/?> <!-- Piwik --> <script type="text/javascript"> @@ -48,6 +50,8 @@ </script> <noscript><p><img src="http://stats.ccwn.org/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript> <!-- End Piwik Code --> + + </head> <body> <ul class="ym-skiplinks"> |
