I am trying to change the vertical menu bars to a custom image. I have upgraded from 4.1.10 to 4.1.11, and now it's not working. I have the images in skin1/images like before. In webmaster mode I open skin1/admin/menu.tpl go to the following code at the bottom
Quote:
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_management menu_content=$smarty.capture.menu }
and add { include file="menu.tpl" images_src="ver_management.gif" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_management menu_content=$smarty.capture.menu }
|
Just like before, and now it's not working. Can anyone tell me what might have changed with 4.1.11, or if I am just doing something wrong?