View Single Post
  #41  
Old 04-17-2005, 04:27 PM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

Somewhere I read (not exactly where) on where the correct place is to add this to the smarty.php file so that it does not mess with the HTML emails.

At the very end of the file is the email handler:
Code:
# # Smarty object for processing mail templates # $mail_smarty = $smarty;

It should be added after this:

Code:
# # Smarty object for processing mail templates # $mail_smarty = $smarty; $smarty->load_filter("output","trimwhitespace");
Reply With Quote