diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2014-06-27 18:29:42 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2014-06-27 18:29:42 +0200 |
| commit | 839a8e73b87dcdd5c19a3ef3039967b7b2800e6c (patch) | |
| tree | e87657e2e87619740adc9eb2d470393308e97277 /themes | |
| parent | 6d3f9e5765d64f6d8d6ec36d5dcf022c7e632ca4 (diff) | |
Fehler in config zurück
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/astaf/views/layouts/main.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/themes/astaf/views/layouts/main.php b/themes/astaf/views/layouts/main.php index 60311e7..ea0eb4c 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"> @@ -55,7 +59,7 @@ <li><a class="ym-skip" href="#main">Skip to main content (Press Enter)</a></li> </ul> -<header style="background-image:url('<?php echo Yii::app()->request->baseUrl; ?>/images/Altstadtfest_titel.jpg');"> +<header > <div class="ym-wrapper"> <div class="ym-wbox"> <h1><?php echo CHtml::encode(Yii::app()->name);?></h1> |
