Your IP : 216.73.217.68


Current Path : /home/wuectly/www/plugins/system/t3/base-bs3/html/layouts/joomla/content/info_block/
Upload File :
Current File : /home/wuectly/www/plugins/system/t3/base-bs3/html/layouts/joomla/content/info_block/create_date.php

<?php
/**
 * @package     Joomla.Site
 * @subpackage  Layout
 *
 * @copyright   Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('JPATH_BASE') or die;
use Joomla\CMS\Language\Text;
use Joomla\CMS\HTML\HTMLHelper;

?>
			<dd class="create">
					<i class="fa fa-calendar"></i>
					<time datetime="<?php echo HTMLHelper::_('date', $displayData['item']->created, 'c'); ?>" itemprop="dateCreated">
						<?php echo Text::sprintf('COM_CONTENT_CREATED_DATE_ON', HTMLHelper::_('date', $displayData['item']->created, Text::_('DATE_FORMAT_LC3'))); ?>
					</time>
			</dd>