Simpler top menu code
This commit is contained in:
parent
bd00b514bf
commit
22b95b1c43
@ -169,7 +169,8 @@ function print_start_menu_entry_auguria($idsel,$classname,$showmode)
|
||||
if ($showmode)
|
||||
{
|
||||
print '<li '.$classname.' id="mainmenutd_'.$idsel.'">';
|
||||
print '<div class="tmenuleft tmenusep"></div><div class="tmenucenter">';
|
||||
//print '<div class="tmenuleft tmenusep"></div>';
|
||||
print '<div class="tmenucenter">';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -361,7 +361,8 @@ function print_start_menu_entry($idsel,$classname,$showmode)
|
||||
if ($showmode)
|
||||
{
|
||||
print '<li '.$classname.' id="mainmenutd_'.$idsel.'">';
|
||||
print '<div class="tmenuleft tmenusep"></div><div class="tmenucenter">';
|
||||
//print '<div class="tmenuleft tmenusep"></div>';
|
||||
print '<div class="tmenucenter">';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -536,7 +536,8 @@ function print_start_menu_entry_empty($idsel,$classname,$showmode)
|
||||
if ($showmode)
|
||||
{
|
||||
print '<li '.$classname.' id="mainmenutd_'.$idsel.'">';
|
||||
print '<div class="tmenuleft tmenusep"></div><div class="tmenucenter">';
|
||||
//print '<div class="tmenuleft tmenusep"></div>';
|
||||
print '<div class="tmenucenter">';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1541,12 +1541,8 @@ div.menu_titre {
|
||||
}
|
||||
.mainmenuaspan
|
||||
{
|
||||
<?php if ($disableimages) { ?>
|
||||
padding-<?php print $left; ?>: 4px;
|
||||
padding-<?php print $left; ?>: 2px;
|
||||
padding-<?php print $right; ?>: 2px;
|
||||
<?php } else { ?>
|
||||
padding-<?php print $right; ?>: 4px;
|
||||
<?php } ?>
|
||||
}
|
||||
|
||||
div.mainmenu {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user