mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
treemenu trial
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
require_once APPPATH . 'library/treemenu/TreeMenuLib.php';
|
||||
/**
|
||||
* Description of StvMenuLib
|
||||
*
|
||||
* @author bambi
|
||||
*/
|
||||
class StvMenuLib extends TreeMenuLib
|
||||
{
|
||||
public function getSubMenu()
|
||||
{
|
||||
return [
|
||||
'StvMenuLib' => null
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user