|
Thanks for the hint.
components/com_joodb/images/database.png is correct.
"ds" is the directory-separator.
But because I am using linux, i never recognized the error.
Change components'.DS.'com_joodb'.DS.'images'.DS."add-menu.png also...
--
No icon appears on my system.
I am working on a wamp local host and it seems that the constant .DS. is misinterpreted in file administrator/components/com_joodb/views/joodb/tmpl/default.php on lines 44 and 45 ($dbimage and $menuimage assignment).
If I force the path to $dbimage= 'components/com_joodb/images/database.png' , the icon appears and the db can be edited.
|