Fixing style errors.
This commit is contained in:
parent
990217fcb0
commit
d784c621c9
@ -531,7 +531,6 @@ function print_eldy_menu($db, $atarget, $type_user, &$tabMenu, &$menu, $noout =
|
||||
}
|
||||
|
||||
if (empty($noout)) {
|
||||
|
||||
foreach ($menu->liste as $menuval) {
|
||||
print_start_menu_entry($menuval['idsel'], $menuval['classname'], $menuval['enabled']);
|
||||
print_text_menu_entry($menuval['titre'], $menuval['enabled'], (($menuval['url'] != '#' && !preg_match('/^(http:\/\/|https:\/\/)/i', $menuval['url'])) ? DOL_URL_ROOT:'').$menuval['url'], $menuval['id'], $menuval['idsel'], $menuval['classname'], ($menuval['target'] ? $menuval['target'] : $atarget));
|
||||
@ -541,7 +540,6 @@ function print_eldy_menu($db, $atarget, $type_user, &$tabMenu, &$menu, $noout =
|
||||
|
||||
$showmode = 1;
|
||||
if (empty($noout)) {
|
||||
|
||||
print_start_menu_entry('', 'class="tmenuend"', $showmode);
|
||||
print_end_menu_entry($showmode);
|
||||
print_end_menu_array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user