| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/brest/plugins/system/nrframework/layouts/library/ |
Upload File : |
<?php
/**
* @package EngageBox
* @version 7.0.0 Pro
*
* @author Tassos Marinos <info@tassos.gr>
* @link https://www.tassos.gr
* @copyright Copyright © 2024 Tassos All Rights Reserved
* @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later
*/
defined('_JEXEC') or die('Restricted access');
extract($displayData);
use Joomla\CMS\Language\Text;
?>
<div class="tf-template-library-item-info">
<div class="item-description"></div>
<div class="template-details">
<div class="items tf-library-info-grid cols-3">
<div class="tf-cell category">
<div class="title is-grey"><?php echo $category_label; ?>:</div>
<div class="content"></div>
</div>
<div class="tf-cell solution">
<div class="title is-grey"><?php echo Text::_('NR_SOLUTION'); ?>:</div>
<div class="content"></div>
</div>
<div class="tf-cell goal">
<div class="title is-grey"><?php echo Text::_('NR_GOAL'); ?>:</div>
<div class="content"></div>
</div>
</div>
</div>
<div class="template-details compatibility-details">
<div class="details-header-items">
<div class="tf-library-info-grid cols-3">
<div class="tf-cell"><?php echo Text::_('NR_REQUIREMENTS'); ?></div>
<div class="tf-cell"><?php echo Text::_('NR_DETECTED'); ?></div>
<div class="tf-cell"><?php echo Text::_('NR_CHECK'); ?></div>
</div>
</div>
<div class="dependency-items"></div>
<div class="template dependency-item tf-library-info-grid cols-3">
<div class="tf-cell requirement"></div>
<div class="tf-cell detected"></div>
<div class="tf-cell value">
<svg class="checkmark is-hidden" width="20" height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 8.65556L6.89552 14.5L19 1.5" stroke="#82DE78" stroke-width="2" stroke-linecap="round"/></svg>
</div>
</div>
</div>
</div>