FIX Missing generic css
This commit is contained in:
parent
85af3ad513
commit
760dcf21ba
@ -1823,6 +1823,14 @@ foreach($mainmenuusedarray as $val)
|
|||||||
print "}\n";
|
print "}\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
$j=0;
|
||||||
|
while ($j++ < 4)
|
||||||
|
{
|
||||||
|
$url=dol_buildpath($path.'/theme/'.$theme.'/img/menus/generic'.$j."_over.png",1);
|
||||||
|
print "div.mainmenu.generic".$j." {\n";
|
||||||
|
print " background-image: url(".$url.");\n";
|
||||||
|
print "}\n";
|
||||||
|
}
|
||||||
// End of part to add more div class css
|
// End of part to add more div class css
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
@ -1828,6 +1828,14 @@ foreach($mainmenuusedarray as $val)
|
|||||||
print "}\n";
|
print "}\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
$j=0;
|
||||||
|
while ($j++ < 4)
|
||||||
|
{
|
||||||
|
$url=dol_buildpath($path.'/theme/'.$theme.'/img/menus/generic'.$j."_over.png",1);
|
||||||
|
print "div.mainmenu.generic".$j." {\n";
|
||||||
|
print " background-image: url(".$url.");\n";
|
||||||
|
print "}\n";
|
||||||
|
}
|
||||||
// End of part to add more div class css
|
// End of part to add more div class css
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user