Switch off views
Posted: 17 Mar 2016, 18:00
Is it possible to disable the daily and total views for each listing?
Discussion of company’s products and Yii framework
https://monoray.net/forum/
<div class="stat-views">
<?php if (isset($statistics) && is_array($statistics)) : ?>
<?php echo tt('Views') ?>: <?php echo tt('views_all') . ' ' . $statistics['all'] ?>, <?php echo tt('views_today') . ' ' . $statistics['today'].'. ';?>
<?php echo ' '.tc('Date created') . ': ' . $model->getDateTimeInFormat('date_created'); ?>
<?php endif; ?>
</div>