@@ -1,4 +1,4 @@ | |||||
<?php /* Smarty version 2.6.16, created on 2009-07-05 11:09:09 | |||||
<?php /* Smarty version 2.6.16, created on 2009-07-13 11:56:29 | |||||
compiled from index.tpl */ ?> | compiled from index.tpl */ ?> | ||||
<?php $_smarty_tpl_vars = $this->_tpl_vars; | <?php $_smarty_tpl_vars = $this->_tpl_vars; | ||||
$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array())); | $this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array())); | ||||
@@ -1,4 +1,4 @@ | |||||
<?php /* Smarty version 2.6.16, created on 2009-07-05 11:09:12 | |||||
<?php /* Smarty version 2.6.16, created on 2009-07-13 11:56:29 | |||||
compiled from header.tpl */ ?> | compiled from header.tpl */ ?> | ||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | ||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||||
@@ -21,7 +21,7 @@ | |||||
</div> | </div> | ||||
<div id="divAppeal"> | <div id="divAppeal"> | ||||
Please help support Planning Alerts - <a href="<?php echo $this->_tpl_vars['www_server']; ?> | Please help support Planning Alerts - <a href="<?php echo $this->_tpl_vars['www_server']; ?> | ||||
/dontate.php">donate to our server fund today!</a> | |||||
/donate.php">donate to our server fund today!</a> | |||||
</div> | </div> | ||||
<div id="divMenu"> | <div id="divMenu"> | ||||
<ul class="collapse"> | <ul class="collapse"> | ||||
@@ -40,10 +40,9 @@ class news_mailer { | |||||
//Send the email | //Send the email | ||||
if($email_text !=""){ | if($email_text !=""){ | ||||
//send_text_email($user_results[$i][0], EMAIL_FROM_NAME, EMAIL_FROM_ADDRESS, "PlanningAlerts needs your help", $email_text); | |||||
send_text_email("testing@memespring.co.uk", EMAIL_FROM_NAME, EMAIL_FROM_ADDRESS, "PlanningAlerts needs your help", $email_text); | |||||
// send_text_email($user_results[$i][0], EMAIL_FROM_NAME, EMAIL_FROM_ADDRESS, "StreetWire - a new service from PlanningAlerts", $email_text); | |||||
} | } | ||||
exit; | |||||
} | } | ||||
} | } | ||||