| Current Path : /home/helpink/www/templates/tp_landing/html/layouts/joomla/content/info_block/ |
| Current File : /home/helpink/www/templates/tp_landing/html/layouts/joomla/content/info_block/hits.php |
<?php
/**
* @package Astroid Framework
* @author Astroid Framework https://astroidframe.work
* @copyright Copyright (C) 2023 AstroidFrame.work.
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
defined('JPATH_BASE') or die;
use Joomla\CMS\Language\Text;
?>
<dd class="hits">
<i class="far fa-eye"></i>
<meta itemprop="interactionCount" content="UserPageVisits:<?php echo $displayData['item']->hits; ?>" />
<?php echo Text::sprintf('COM_CONTENT_ARTICLE_HITS', $displayData['item']->hits); ?>
</dd>