Your IP : 216.73.217.80


Current Path : /home/jlgagfroyt/www/components/com_acymailing/views/frontdata/
Upload File :
Current File : /home/jlgagfroyt/www/components/com_acymailing/views/frontdata/view.html.php

<?php
/**
 * @package	AcyMailing for Joomla!
 * @version	5.11.3
 * @author	acyba.com
 * @copyright	(C) 2009-2022 ACYBA S.A.R.L. All rights reserved.
 * @license	GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

defined('_JEXEC') or die('Restricted access');
?><?php
include(ACYMAILING_BACK.'views'.DS.'data'.DS.'view.html.php');

class FrontdataViewFrontdata extends DataViewData
{

	var $ctrl='frontdata';

	function display($tpl = null)
	{
		acymailing_addStyle(false, ACYMAILING_CSS.'frontendedition.css?v='.filemtime(ACYMAILING_MEDIA.'css'.DS.'frontendedition.css'));

		global $Itemid;
		$this->Itemid = $Itemid;

		parent::display($tpl);
	}

}