mirror of
https://github.com/friendica/friendica
synced 2024-12-23 09:20:17 +00:00
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))
|
if(! in_array($rr['uid'],$uids))
|
||||||
$potentials[] = $rr;
|
$potentials[] = $rr;
|
||||||
|
|
||||||
|
require_once("mod/settings.php");
|
||||||
|
settings_init($a);
|
||||||
|
|
||||||
$o = replace_macros(get_markup_template('delegate.tpl'),array(
|
$o = replace_macros(get_markup_template('delegate.tpl'),array(
|
||||||
'$header' => t('Delegate Page Management'),
|
'$header' => t('Delegate Page Management'),
|
||||||
'$base' => $a->get_baseurl(),
|
'$base' => $a->get_baseurl(),
|
||||||
|
|
Loading…
Reference in a new issue