Menu not printable
This commit is contained in:
parent
ff1a2b1656
commit
09a358415b
1 changed files with 2 additions and 2 deletions
|
|
@ -541,9 +541,9 @@ function ShowItem($p_array, $p_dir='V', $class="nav-item", $class_ref="nav-link"
|
|||
// direction Vertical
|
||||
if ($p_dir == 'V')
|
||||
{
|
||||
$ret .= "<ul class=\"$p_extra \" flex-row>";
|
||||
$ret .= "<ul class=\"$p_extra noprint \" flex-row>";
|
||||
} else {
|
||||
$ret .= "<ul class=\"$p_extra \" >";
|
||||
$ret .= "<ul class=\"$p_extra noprint \" >";
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue