Commit a94c80839d48a902dd027230e591c9e8d9f2a0ff
1 parent
cfc5b583
14.09.16
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
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->registerJs(" |
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 --> | ... | ... |