Commit a94c80839d48a902dd027230e591c9e8d9f2a0ff

Authored by Administrator
1 parent cfc5b583

14.09.16

frontend/views/event/_objects.php
@@ -20,7 +20,7 @@ FlipclockAsset::register($this); @@ -20,7 +20,7 @@ FlipclockAsset::register($this);
20 20
21 <?php 21 <?php
22 22
23 - if(!empty($model->end_at) && strtotime($model->end_at) > strtotime(date("Y-m-d"))){ 23 + if(!empty($model->end_at) && strtotime($model->end_at) > strtotime(date("Y-m-d H:i:s"))){
24 ?> 24 ?>
25 <div class="clock_style clock_<?= $model->primaryKey ?>"></div> 25 <div class="clock_style clock_<?= $model->primaryKey ?>"></div>
26 <script type="text/javascript"> 26 <script type="text/javascript">
frontend/views/layouts/main.php
@@ -95,7 +95,7 @@ $this-&gt;registerJs(&quot; @@ -95,7 +95,7 @@ $this-&gt;registerJs(&quot;
95 ga('create', 'UA-75674711-1', 'auto'); 95 ga('create', 'UA-75674711-1', 'auto');
96 ga('send', 'pageview'); 96 ga('send', 'pageview');
97 </script> 97 </script>
98 - <meta name="google-site-verification" content="niSpd01ftupUt3pFCfQkh2zoezuPuUGblNOSGs-iRWo" /> 98 + <meta name="google-site-verification" content="nhtT875UmqvahUciPoVq1YGt2X-p0vqvi8t1NVM6Ul0" />
99 </head> 99 </head>
100 <body> 100 <body>
101 <!-- Google Tag Manager --> 101 <!-- Google Tag Manager -->