Your IP : 216.73.216.193


Current Path : /home/poneycluc/www/plugins/system/t4/layouts/t4/field/
Upload File :
Current File : /home/poneycluc/www/plugins/system/t4/layouts/t4/field/layout.php

<?php

use Joomla\CMS\Factory;
use Joomla\CMS\Uri\Uri;

defined('JPATH_BASE') or die;

extract($displayData);
$doc = Factory::getDocument();
$doc->addStylesheet(Uri::root(true) . '/media/t4/builder/css/style.css');

?>
<div class="t4-item-wrapper">

    <input type="hidden" name="<?php echo $name ?>" value="<?php echo htmlentities($value) ?>" data-t4editor />
</div>