Your IP : 216.73.216.43


Current Path : /home/cbequiperp/www/plugins/flexicontent_fields/file/file/
Upload File :
Current File : /home/cbequiperp/www/plugins/flexicontent_fields/file/file/share_result.php

<?php
// no direct access
defined('_JEXEC') or die;
?>

<div style="padding: 10px;">
	<!--div style="text-align:right">
		<a href="javascript: void window.close()">
			<?php echo JText::_('FLEXI_FIELD_FILE_CLOSE_WINDOW'); ?> <?php echo JHtml::_('image', 'mailto/close-x.png', NULL, NULL, true); ?>
		</a>
	</div-->
	<div class="fc-mssg fc-nobgimg fc-success">
		<?php echo JText::_('FLEXI_FIELD_FILE_EMAIL_SENT'); ?>
	</div>
	<div class="fcclear"></div>

	<label class="label" for="subject_field">
		<?php echo JText::_('FLEXI_FIELD_FILE_EMAIL_SUBJECT'); ?>
	</label>
	<div class="fcclear"></div>
	<?php echo $subject; ?>
	<div class="fcclear"></div>
	<br/>

	<label class="label" for="subject_field">
		<?php echo JText::_('FLEXI_FIELD_FILE_EMAIL_DESCRIPTION'); ?>
	</label>
	<div class="fcclear"></div>
	<div style="white-space:pre"><?php echo nl2br($body); ?></div>
	<div class="fcclear"></div>
	<br/>

</div>