File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 23
23
* @category Xmf\Module\Admin
24
24
* @package Xmf
25
25
* @author Richard Griffith <[email protected] >
26
- * @copyright 2011-2018 XOOPS Project (https://xoops.org)
27
- * @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
28
- * @link https://xoops.org
26
+ * @copyright 2011-2021 XOOPS Project (https://xoops.org)
27
+ * @license GNU GPL 2 or later (https://www.gnu.org/licenses/gpl-2.0.html)
29
28
*/
30
29
class Admin
31
30
{
@@ -236,13 +235,13 @@ public function displayIndex()
236
235
*
237
236
* @param string $menu menu key (script name, i.e. index.php)
238
237
*
239
- * @return bool|mixed| string
238
+ * @return string
240
239
*/
241
240
public function renderNavigation ($ menu = '' )
242
241
{
243
242
return static ::$ ModuleAdmin ->addNavigation ($ menu );
244
243
}
245
-
244
+
246
245
/**
247
246
* Display the navigation menu
248
247
*
You can’t perform that action at this time.
0 commit comments