mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
Add admin screen to choose which member menu items to display
This commit is contained in:
parent
4b342a2d9c
commit
00850bc95d
8 changed files with 120 additions and 10 deletions
|
|
@ -135,6 +135,16 @@ class memberAdminView extends member
|
|||
$this->setTemplateFile('default_config');
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the features config.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function dispMemberAdminFeaturesConfig()
|
||||
{
|
||||
$this->setTemplateFile('features_config');
|
||||
}
|
||||
|
||||
public function dispMemberAdminSignUpConfig()
|
||||
{
|
||||
$config = $this->memberConfig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue