b0y-101 Mini Shell


Current Path : E:/www/buriram/plugins/fields/text/tmpl/
File Upload :
Current File : E:/www/buriram/plugins/fields/text/tmpl/text.php

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

defined('_JEXEC') or die;

$value = $field->value;

if ($value == '')
{
	return;
}

if (is_array($value))
{
	$value = implode(', ', $value);
}

echo htmlentities($value);

Copyright © 2019 by b0y-101