Your IP : 216.73.216.229


Current Path : /home/jeromecohp/www/administrator/components/com_gsd/controllers/
Upload File :
Current File : /home/jeromecohp/www/administrator/components/com_gsd/controllers/item.php

<?php

/**
 * @package         Google Structured Data
 * @version         5.6.7 Free
 * 
 * @author          Tassos Marinos <info@tassos.gr>
 * @link            http://www.tassos.gr
 * @copyright       Copyright © 2021 Tassos Marinos All Rights Reserved
 * @license         GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later
*/

defined('_JEXEC') or die('Restricted access');

use Joomla\CMS\MVC\Controller\FormController;

/**
 * Item controller class
 */
class GSDControllerItem extends FormController
{
	protected $text_prefix = 'GSD';
}