Ignore:
Timestamp:
Mar 13, 2008, 2:43:45 AM (16 years ago)
Author:
rvelices
Message:
  • changes to template to accomodate nbm (solved issue when we had same template filename with different root dirs)
  • started some changes in mail templates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/maintenance.php

    r2251 r2278  
    107107  case 'compiled-templates' :
    108108  {
    109     $template->smarty->clear_compiled_tpl();
    110     file_put_contents($template->smarty->compile_dir.'/index.htm', '');
     109    $template->delete_compiled_templates();
    111110    break;
    112111  }
Note: See TracChangeset for help on using the changeset viewer.