Current Path : /home/cinepatreb/www/ws/administrator/components/com_acymailing/views/queue/tmpl/ |
Current File : /home/cinepatreb/www/ws/administrator/components/com_acymailing/views/queue/tmpl/preview.php |
<?php /** * @package AcyMailing for Joomla! * @version 5.9.6 * @author acyba.com * @copyright (C) 2009-2018 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'); ?><div class="newsletter_body" id="newsletter_preview_area"> <?php echo $this->mail->sendHTML ? $this->mail->body : nl2br($this->mail->altbody); ?> </div>