mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Add lost changes to lateral meni
(cherry picked from commit e199a0a01358fcdc5dac968cc1270addb4c5343a)
This commit is contained in:
parent
0ba80f3d3f
commit
60dd633649
@ -213,6 +213,9 @@ function menu_print_menu (&$menu) {
|
||||
if (isset ($sub["subtype"]) && $sub["subtype"] == "nolink") {
|
||||
$submenu_output .= '<div class=" SubNoLink ' . $sub_tree_class . '">'.$sub["text"].'</div>';
|
||||
}
|
||||
else
|
||||
if (isset ($sub["subtype"]) && $sub["subtype"] == "new_blank")
|
||||
$submenu_output .= '<a href="'.$subsec2.'" target="_blank"><div class="' . $sub_tree_class . '">'.$sub["text"].'</div></a>';
|
||||
else
|
||||
$submenu_output .= '<a href="'.$subsec2.'"><div class="' . $sub_tree_class . '">'.$sub["text"].'</div></a>';
|
||||
}
|
||||
|
@ -194,7 +194,7 @@ li:hover ul { display: block; }
|
||||
#icon_god-links {
|
||||
border-top: 4px solid !important;
|
||||
border-color: #777;
|
||||
background: #333 url(../../images/links.menu.png) no-repeat 50% 50%;
|
||||
background: url(../../images/links.menu.png) no-repeat 50% 50%;
|
||||
}
|
||||
|
||||
#subicon_god-setup {
|
||||
|
Loading…
x
Reference in New Issue
Block a user