Fixed nav-app installation not working

This commit is contained in:
kolaente 2018-02-18 19:00:09 +01:00
parent 74428a0225
commit 71743d5f46
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ $_CONF['app_build'] = 2;
$_CONF['app_version'] = 'v0.91 Beta';
$_CONF['base_file'] = 'nav.php';
$_CONF['type'] = 'static';
$_CONF['install'] = 'install.php';
$_CONF['menu_top'] = '<i class="fa fa-bars"></i> ' . $lang->get('nav_title');
$_CONF['menu'] = ['menu_top' => 'index.php'];