Added class=verticalMenu to the td tags generated by FlexMenu.
This commit is contained in:
parent
5149560979
commit
7a37f52ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ sub _reversePageTree {
|
|||
}
|
||||
$output .= '</a><br>';
|
||||
if ($_[1] == $data[0] && $_[2] ne "") {
|
||||
$output .= '<table cellpadding=0 cellspacing=0 border=0 class="verticalMenu"><tr><td> </td><td>'.$_[2].'</td></tr></table>';
|
||||
$output .= '<table cellpadding=0 cellspacing=0 border=0 class="verticalMenu"><tr><td class="verticalMenu"> </td><td class="verticalMenu">'.$_[2].'</td></tr></table>';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue