Ignore:
Timestamp:
Oct 22, 2008, 3:36:11 AM (16 years ago)
Author:
rvelices
Message:

merge r2789 from branch 2.0:

  • some german language changes
  • added option for smarty $conftemplate_compile_check - default true; if false smarty doesn't check if templates need recompilation resulting in less disk accesses (good when the disk is not local)
  • load_language doesnt check first for en_uk.utf-8 directory ...
File:
1 edited

Legend:

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

    r2716 r2790  
    5656    $this->smarty = new Smarty;
    5757    $this->smarty->debugging = $conf['debug_template'];
     58    $this->smarty->compile_check=$conf['template_compile_check'];
    5859
    5960    $compile_dir = $conf['local_data_dir'].'/templates_c';
     
    206207    return true;
    207208  }
    208  
     209
    209210  /** return template extension if exists  */
    210211  function get_extent($filename='', $handle='')
Note: See TracChangeset for help on using the changeset viewer.