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,43 @@
|
||||
<?php
|
||||
if (! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
$config['stv_menu'] = array(
|
||||
'library' => 'treemenu/StvMenuLib',
|
||||
'children' => array(
|
||||
'stg' => array(
|
||||
'library' => 'treemenu/StgLib',
|
||||
'children' => array(
|
||||
'pre' => array(
|
||||
'library' => 'treemenu/Prestudent'
|
||||
),
|
||||
'sem' => array(
|
||||
'library' => 'treemenu/AusbSemester',
|
||||
'children' => array(
|
||||
'vbd' => array(
|
||||
'library' => 'treemenu/Verband'
|
||||
)
|
||||
)
|
||||
),
|
||||
'orgform' => array(
|
||||
'library' => 'treemenu/OrgForm',
|
||||
'children' => array(
|
||||
'pre' => array(
|
||||
'library' => 'treemenu/Prestudent'
|
||||
),
|
||||
'sem' => array(
|
||||
'library' => 'treemenu/AusbSemester',
|
||||
'children' => array(
|
||||
'vbd' => array(
|
||||
'library' => 'treemenu/Verband'
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
),
|
||||
'inout' => array(
|
||||
'library' => 'treemenu/InOutLib'
|
||||
),
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user