Marius Cramer
2015-04-17 0e14d73617c75afc53c159e56d2480867ab5aa3a
- Fixed top navigation
2 files modified
3 ■■■■ changed files
interface/web/nav.php 2 ●●● patch | view | raw | blame | history
interface/web/vm/lib/module.conf.php 1 ●●●● patch | view | raw | blame | history
interface/web/nav.php
@@ -74,7 +74,7 @@
                    $language = (isset($_SESSION['s']['user']['language']))?$_SESSION['s']['user']['language']:$conf['language'];
                    $app->load_language_file('web/'.$mt.'/lib/'.$language.'.lng');
                    $active = ($module['name'] == $_SESSION['s']['module']['name']) ? 1 : 0;
                    $topnav[$module['order']] = array( 'title'  => $app->lng($module['title']),
                    $topnav[$module['order'].'-'.$module['name']] = array( 'title'  => $app->lng($module['title']),
                        'active'  => $active,
                        'module' => $module['name']);
                }
interface/web/vm/lib/module.conf.php
@@ -5,6 +5,7 @@
$module['template']  = 'module.tpl.htm';
$module['startpage']  = 'vm/openvz_vm_list.php';
$module['tab_width']    = '';
$module['order'] = '50';
//**** Templates menu
$items = array();