Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
This topic contains 2 replies, has 2 voices, and was last updated by moska007 8 years, 10 months ago.
The topic ‘AddThis’ is closed to new replies.
HI @moska007,
You can open the file: ROOT/templates/ja_magz_ii/html/layouts/joomla/content/sharing_tools.php
Replace this line of code:
<span class="sharing-title">Share This</span>
By
<span class="sharing-title"><?php echo JText::_('SHARE_THIS') ?></span>
Then open the language file: ROOT/language/en-GB/en-GB.tpl_ja_magz_ii.ini
Add text as you wish: SHARE_THIS = "Your text goes here
"
This topic contains 2 replies, has 2 voices, and was last updated by moska007 8 years, 10 months ago.
The topic ‘AddThis’ is closed to new replies.