-
AuthorPosts
-
digitaldj Friend
digitaldj
- Join date:
- November 2009
- Posts:
- 29
- Downloads:
- 0
- Uploads:
- 20
- Thanks:
- 12
- Thanked:
- 2 times in 1 posts
November 13, 2009 at 8:04 pm #146016hello i need to translate few words and i don’t know where are (next and prev at image menu)
also i get that ??? instead of reset, i get that and with English language
my web is http://www.championsarena.net/news/
-
Anonymous Moderator
JA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 17, 2009 at 7:23 am #323886Hi digitaldj
I would like to answer your questions as follows:
1. With pre and next text, they are defined in pluginscontentplg_jathumbnailtmplthumbnail.php, at about line 29:
<ul class="nav clearfix">
<li class="prev"><?php echo JText::_('Prev')?></li>
<li class="counter"><?php echo JText::sprintf('<span class="item">%d</span> of <span class="total">%d</span>',1,count($images))?></li>
<li class="next"><?php echo JText::_('Next')?></li>
</ul>
You can define in your language file.
2. With the secord image, it is from templatesja_teline_iiilayoutsblocksfooter.php file.
<li class="top"><a href="<?php echo $this->getCurrentURL();?>#Top" title="<?php echo JText::_('Back to Top')?>"><?php echo JText::_('Top')?></a></li>
1 user says Thank You to JA Developer for this useful post
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Anonymous 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum