| Current Path : /home/helpink/www/templates/tp_landing/html/layouts/joomla/content/icons/ |
| Current File : /home/helpink/www/templates/tp_landing/html/layouts/joomla/content/icons/create.php |
<?php
/**
* @package Joomla.Site
* @subpackage Layout
*
* @copyright (C) 2016 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
use Joomla\CMS\Language\Text;
$params = $displayData['params'];
?>
<?php if ($params->get('show_icons')) : ?>
<span class="fas fa-plus" aria-hidden="true"></span>
<?php echo Text::_('JNEW'); ?>
<?php else : ?>
<?php echo Text::_('JNEW') . ' '; ?>
<?php endif; ?>