Skip to content

dart-creations.com

Advertisement
Home arrow Forums
DART Creations Forums
Welcome, Guest
Please Login or Register.    Lost Password?
alt image attributes Forum is locked
(1 viewing) 1 Guest
Joomla 1.5 Modules
Go to bottom
TOPIC: alt image attributes
#669
alt image attributes 2 Years, 9 Months ago  
I'm scanning the code now trying to find how to add alt attributes to the images so that robots, search engines and people with disabilities can still read the menu.

Any clues as to where I should be looking?

thank you
 
Logged Logged
  The topic has been locked.
#671
Re:alt image attributes 2 Years, 8 Months ago  
I believe its helper.php
 
Logged Logged
  The topic has been locked.
#673
Re:alt image attributes 2 Years, 8 Months ago  
Thanks for pointing me in the right direction.

for anyone who is interested it was a simple 1 line change, see below
Line #579 from this
Code:

$image = '<img src="'.JURI::base(true).'/images/stories/'.$iParams->get('menu_image').'" alt="" />';

To This
Code:

$image = '<img src="'.JURI::base(true).'/images/stories/'.$iParams->get('menu_image').'" alt="'.$item->alias.'"


hope this helps others.
 
Logged Logged
  The topic has been locked.
#675
Re:alt image attributes 2 Years, 8 Months ago  
Thanks for updating
 
Logged Logged
  The topic has been locked.
Go to top

Buy us a beer!

If we've helped you, consider buying a beer €3. It will inspire us to keep on giving! Cheers!

Sponsors

Login Form






Lost Password?
No account yet? Register

Pagerank
Generated in 0.73460 Seconds