Fix: Missing icon

This commit is contained in:
Laurent Destailleur 2010-07-28 20:59:02 +00:00
parent 85688d99c8
commit 4041d6be46

View File

@ -322,6 +322,10 @@ div.mainmenu.accountancy {
background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/menus/money.png' ?>);
}
div.mainmenu.bank {
background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/menus/bank.png' ?>);
}
div.mainmenu.project {
background-image: url(<?php echo DOL_URL_ROOT.'/theme/eldy/img/menus/project.png' ?>);
}