fix admin-header issue
This commit is contained in:
parent
4f2a162f6c
commit
73c767df39
2 changed files with 6 additions and 4 deletions
|
@ -5,6 +5,7 @@
|
||||||
array(
|
array(
|
||||||
'settings' => 'active',
|
'settings' => 'active',
|
||||||
'welcome' => '',
|
'welcome' => '',
|
||||||
|
'followers' => '',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
array(
|
array(
|
||||||
'settings' => '',
|
'settings' => '',
|
||||||
'welcome' => 'active',
|
'welcome' => 'active',
|
||||||
|
'followers' => '',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in a new issue