Fix id on nav
This commit is contained in:
parent
ab116a1a6f
commit
0cd35518c3
|
@ -58,7 +58,7 @@ xhtmlHeaders(__FILE__, translate('Options'));
|
||||||
<?php echo getNavBarHTML(); ?>
|
<?php echo getNavBarHTML(); ?>
|
||||||
<div class="container-fluid h-100">
|
<div class="container-fluid h-100">
|
||||||
<div class="row flex-nowrap h-100">
|
<div class="row flex-nowrap h-100">
|
||||||
<nav id="sidebar h-100">
|
<nav id="sidebar" class="h-100">
|
||||||
<ul class="nav nav-pills flex-column h-100">
|
<ul class="nav nav-pills flex-column h-100">
|
||||||
<?php
|
<?php
|
||||||
foreach ( $tabs as $name=>$value ) {
|
foreach ( $tabs as $name=>$value ) {
|
||||||
|
|
Loading…
Reference in New Issue