Changeset 13:c7a0f4cc3aab for admin/install/index.php
- Timestamp:
- 04/27/11 11:15:56 (14 years ago)
- Branch:
- userprefs
- Children:
- 14:123684795ed0, 15:85c31814ef71
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/install/index.php
r3 r13 185 185 $core->plugins->loadModules(DC_PLUGINS_ROOT); 186 186 $plugins_install = $core->plugins->installModules(); 187 188 # Add dashboard module options 189 $core->auth->user_prefs->addWorkspace('dashboard'); 190 $core->auth->user_prefs->dashboard->put('doclinks',true,'boolean','',null,true); 191 $core->auth->user_prefs->dashboard->put('dcnews',true,'boolean','',null,true); 192 $core->auth->user_prefs->dashboard->put('quickentry',true,'boolean','',null,true); 187 193 188 194 # Add default favorites
Note: See TracChangeset
for help on using the changeset viewer.