Delegations: Now the menu of the settings appears at the delegations settings
This commit is contained in:
parent
a50eefe292
commit
b9656cbe23
1 changed files with 4 additions and 1 deletions
|
@ -117,6 +117,9 @@ function delegate_content(&$a) {
|
|||
if(! in_array($rr['uid'],$uids))
|
||||
$potentials[] = $rr;
|
||||
|
||||
require_once("mod/settings.php");
|
||||
settings_init($a);
|
||||
|
||||
$o = replace_macros(get_markup_template('delegate.tpl'),array(
|
||||
'$header' => t('Delegate Page Management'),
|
||||
'$base' => $a->get_baseurl(),
|
||||
|
@ -136,4 +139,4 @@ function delegate_content(&$a) {
|
|||
return $o;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue