Commit a94c80839d48a902dd027230e591c9e8d9f2a0ff

Authored by Administrator
1 parent cfc5b583

14.09.16

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