XOOPS
2.6.0
|
Public Member Functions | |
subMenus () | |
Definition at line 19 of file interface.php.
MenusPluginInterface::subMenus | ( | ) |
expects an array of array containing: name, Name of the submenu url, Url of the submenu relative to the module ex: return array(0 => array( 'name' => _MI_PUBLISHER_SUB_SMNAME3; 'url' => "search.php"; ));
Implemented in UserconfigsMenusPlugin.