| Current Path : /home/jlgagfroyt/www/components/com_acymailing/views/fronttag/ |
| Current File : /home/jlgagfroyt/www/components/com_acymailing/views/fronttag/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.'tag'.DS.'view.html.php');
class FronttagViewFronttag extends TagViewTag
{
function display($tpl = null)
{
acymailing_addStyle(false, ACYMAILING_CSS.'frontendedition.css?v='.filemtime(ACYMAILING_MEDIA.'css'.DS.'frontendedition.css'));
parent::display($tpl);
}
}