Changeset 804
- Timestamp:
- 01/16/07 17:23:42 (2 years ago)
- Files:
-
- devel/_templates/default_images/Thumbs.db (modified) (previous)
- devel/config-dist.php (modified) (1 diff)
- devel/lib/setup.php (modified) (1 diff)
- devel/mod/template/templates (added)
- devel/mod/template/templates/Default_Template (moved) (moved from devel/_templates/Default_Template)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/config-dist.php
r767 r804 150 150 //$CFG->disable_usertemplates = true; // users can only choose from available templates 151 151 //$CFG->disable_templatechanging = true; // users can't change their template at all 152 //Templates root defaults to / _templates; if you change this, you will need153 //to move or copy / _templates/Default_Template/ to the new location152 //Templates root defaults to /mod/template/templates; if you change this, you will need 153 //to move or copy /mod/template/templates/Default_Template/ to the new location 154 154 //$CFG->templatesroot = '/some/path/'; // use on-disk templates instead of DB templates 155 155 devel/lib/setup.php
r793 r804 378 378 ////// 379 379 if (!isset($CFG->templatestore)) { $CFG->templatestore = 'db' ;} 380 if (!isset($CFG->templatesroot)) { $CFG->templatesroot = $CFG->dirroot . " _templates/";}380 if (!isset($CFG->templatesroot)) { $CFG->templatesroot = $CFG->dirroot . "mod/template/templates/";} 381 381 if (!isset($PAGE->menu )) { $PAGE->menu = array();} 382 382 if (!isset($PAGE->menu_sub )) { $PAGE->menu_sub = array();}
