Server : LiteSpeed System : Linux server 3.10.0-1160.90.1.el7.x86_64 #1 SMP Thu May 4 15:21:22 UTC 2023 x86_64 User : alsaif ( 1057) PHP Version : 7.4.33 Disable Function : show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/alsaif/domains/alsaif.group/private_html/media/aicontactsafe/mailtemplates/ |
<?php
/**
* @version $Id$ 2.0.7 0
* @package Joomla
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
*
* Modified by NVYush on 03.2014
*/
// no direct access
defined('_JEXEC') or die('Restricted access');
// don't remove anything above this text
// you have in the array "$fields" all the information entered in the contact form ( including values in fld_value )
// use <?php echo $fields['field_name']->fld_value; ? > to display the value of the field "field_name" ( remove the space between "?" and ">" )
?>
<table style="border-width:0; padding:0; border-spacing:2;">
<?php foreach($fields as $field) { ?>
<tr>
<td><span <?php echo $field->label_message_parameters; ?> > <?php echo $field->field_label_message; ?></span></td>
<td> </td>
<td> <?php echo ($field->field_type == 'FL')?$field->fld_link:$field->fld_value; ?></td>
</tr>
<?php } ?>
</table>