treemenu trial

This commit is contained in:
Harald Bamberger
2026-05-11 16:42:48 +02:00
parent bbb4f8a01c
commit 51d73c862b
6 changed files with 261 additions and 0 deletions
@@ -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
];
}
}