Show
Ignore:
Timestamp:
03/05/07 14:20:17 (2 years ago)
Author:
ben
Message:

Allowing Elgg administrators to change the location of their profile definitions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/_elggadmin/configdef.php

    r942 r1004  
    8989            $DEFCFG->config['templatesroot']->name = ("Templates location"); 
    9090            $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/)"); 
    9193             
    9294?>