move contentid of cis4 menu root to ci config, remove unused controller components CisVue, modify CISVUE-Header to use config for cis4 menu root content id

This commit is contained in:
Harald Bamberger
2024-11-22 15:16:27 +01:00
parent 1297a8a23a
commit 6f1e61fa00
3 changed files with 9 additions and 37 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
if (! defined('BASEPATH')) exit('No direct script access allowed');
// CMS Content Id for CIS4 Menu Root
$config['cis_menu_root_content_id'] = 11066;