Changeset 1004 for devel/_elggadmin/configdef.php
- Timestamp:
- 03/05/07 14:20:17 (2 years ago)
- Files:
-
- devel/_elggadmin/configdef.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/_elggadmin/configdef.php
r942 r1004 89 89 $DEFCFG->config['templatesroot']->name = ("Templates location"); 90 90 $DEFCFG->config['templatesroot']->description = ("The full path of your Default_Template directory"); 91 $DEFCFG->config['profilelocation']->name = ("Profile location"); 92 $DEFCFG->config['profilelocation']->description = ("The full path to your profile configuration file (usually it's best to leave this in mod/profile/)"); 91 93 92 94 ?>
