side-tools, user links, admin panel
This commit is contained in:
parent
4fca1d16bb
commit
646345133d
12 changed files with 191 additions and 38 deletions
|
@ -9,6 +9,7 @@ $conf['logo_spacer'] = 'logo_spacer.png';
|
|||
|
||||
$conf['discussionPage'] = 'discussion:@ID@';
|
||||
$conf['userPage'] = 'user:@USER@:';
|
||||
$conf['user_ns'] = 'user';
|
||||
$conf['hideTools'] = 0;
|
||||
$conf['tasks_page'] = 'dashboard';
|
||||
$conf['copyright'] = 'CosmoCode 2017';
|
||||
$conf['copyright'] = 'CosmoCode 2017';
|
||||
|
|
|
@ -9,6 +9,7 @@ $conf['logo_spacer'] = array('string');
|
|||
|
||||
$meta['discussionPage'] = array('string');
|
||||
$meta['userPage'] = array('string');
|
||||
$conf['user_ns'] = array('string');
|
||||
$meta['hideTools'] = array('onoff');
|
||||
$meta['tasks_page'] = array('string');
|
||||
$meta['copyright'] = array('string');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue