Have 2 ways to replace “Image Gallery” with your text
1: Delete a line from PHP file ‘item.php’
- In 'components/com_k2/templates/default/item.php' about line 536
<div class="itemImageGallery"> <h3><?php echo JText::_('K2_IMAGE_GALLERY'); ?></h3> <?php echo $this->item->gallery; ?> </div>
delete this line:
<h3><?php echo JText::_('K2_IMAGE_GALLERY'); ?></h3>
or replace with your text.
2. Overrides language (The best way)
In Joomla 2.5 admin:
Extensions >> Language Manager >> Overrides
click on NEW
In Language Constant enter K2_IMAGE_GALLERY
Save & Close
0 nhận xét:
Speak up your mind
Tell us what you're thinking... !