| Current Path : /home/p/o/n/poneycluc/www/plugins/system/t4/layouts/t4/field/ |
| Current File : /home/p/o/n/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>