Wrong icon displayed in content view
- John Feagans
- Topic Author
- Offline
- Junior Member
-
Less
More
13 years 10 months ago #1
by John Feagans
Wrong icon displayed in content view was created by John Feagans
Course contents view is working much better in .81 for Joomla 1.5. Some visual problems though.
A certificate module displays the icon for "workshop".
Found in administrator/components/com_joomdle/helpers/system,php.
in function get_icon_url
case 'certificate':
$filename='workshop.png'; <---- should be 'certificate.png';
A certificate module displays the icon for "workshop".
Found in administrator/components/com_joomdle/helpers/system,php.
in function get_icon_url
case 'certificate':
$filename='workshop.png'; <---- should be 'certificate.png';
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
13 years 10 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: Wrong icon displayed in content view
Thanks for the tip. I included the fix for next release.
Please Log in or Create an account to join the conversation.