Skip to content

Commit

Permalink
Merge pull request #51 from JoomJunk/development35
Browse files Browse the repository at this point in the history
Update to version 1.5.3
  • Loading branch information
wilsonge committed Apr 14, 2014
2 parents f660f2f + ccd1fd3 commit 6ba36b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod_social_slider/mod_social_slider.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<license>http://www.gnu.org/licenses/gpl-3.0.html</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.joomjunk.co.uk</authorUrl>
<version>1.5.2</version>
<version>1.5.3</version>
<description>JJ_SOCIAL_SLIDER_DESC</description>

<files>
Expand Down
2 changes: 1 addition & 1 deletion mod_social_slider/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
else
{
echo '<li class="' . $key . '"><a href="' . $params->get($key . '_link') . '"' . $target . '><span class="jj_social_text">' . $params->get($key . '_text') . '</span></a></li>';
echo '<li class="' . $key . '"><a href="' . $params->get($key . '_link') . '"' . $target . '><span class="jj_social_text">' . JText::_($params->get($key . '_text')) . '</span></a></li>';
}
}
}
Expand Down

0 comments on commit 6ba36b6

Please sign in to comment.