Ignore:
Timestamp:
Mar 19, 2008, 12:43:38 AM (16 years ago)
Author:
rvelices
Message:
  • smarty for more mail templates/css
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r2278 r2285  
    270270    if ( $this->smarty->_fetch_resource_info($params) )
    271271    {
    272       if (!preg_match('~{(/(if|section|foreach))|\$[a-zA-Z_]+}~', @$params['source_content']) )
     272      if (!preg_match('~{(/(if|section|foreach))|ldelim|\$[a-zA-Z_]+}~', @$params['source_content']) )
    273273        $is_new = false;
    274274    }
Note: See TracChangeset for help on using the changeset viewer.