1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Added title attribute to download image.

This commit is contained in:
Cameron 2013-11-21 15:50:51 -08:00
parent 5f6e76f97b
commit 37e1b95f75

View File

@ -373,7 +373,7 @@ class download_shortcodes extends e_shortcode
if($parm == "link" && $this->var['download_image'])
{
return "<a href='".e_PLUGIN_ABS."download/download.php?action=view&id=".$this->var['download_id']."'>".$img."</a>";
return "<a title=\"".LAN_dl_53."\" href='".e_PLUGIN_ABS."download/download.php?action=view&id=".$this->var['download_id']."'>".$img."</a>";
}
else
{