Show
Ignore:
Timestamp:
05/08/06 08:39:19 (3 years ago)
Author:
carmartin
Message:

templates: introducing CFG->templatesroot and CFG->templatestore to control on-disk templates

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/config-dist.php

    r308 r310  
    8181// TEMPLATES HANDLING 
    8282//$CFG->disable_usertemplates = true;  // users can only choose from available templates 
     83//$CFG->templatestore = 'db';          // 'db' (default) or 'files' (requires $CFG->templatesroot to be set) 
     84//$CFG->templatesroot = '/some/path/'; // use on-disk templates instead of DB templates  
    8385 
    8486// set up some LMS hosts.