When I try to send an email (selected new welcome hosting account temp) from the client management, I get an error preventing it from continue.
Parse error: syntax error, unexpected T_ENDIF in /home/myplacid/public_html/MYPanel/templates_c/72e4ee4e3bd891f564aaa64b6af2b98c^%%AC^ACC^ACC45BED%%emailtpl%3Aemailmessage.php on line 8
What is causing this? I looked at the file and it appears to be normal.
<?php /* Smarty version 2.6.26, created on 2010-07-05 18:18:12
compiled from emailtpl:emailmessage */ ?>
<p>
Dear <?php echo $this->_tpl_vars['client_name']; ?>
,
</p>
<p>
We have received your order and will be processing it shortly. The details of the order are below:
</p>
<p>
Order Number: <b><?php echo $this->_tpl_vars['order_number']; ?>
</b></p>
<p>
<?php echo $this->_tpl_vars['order_details']; ?>
</p>
<p>
You will receive an email from us shortly once your account has been setup. Please quote your order reference number if you wish to contact us about this order.
</p>
<p>
<?php echo $this->_tpl_vars['signature']; ?>
</p>