2 answers
Hi
They are mostly the title of various blocks in this theme:
1. Deals of week and See more:
You can go to administrator > Pages > Static block > change title to your desired text: http://static.joomlart.com/ima…osition7_b.jpg
And open the file: \app\design\frontend\default\jm_booktemplate\joom lart\jmproductsdeal\home-deals.phtml and translate text in this line of code:
PHP Code:
<a href="<?php echo $this->getUrl('deals') ?>" title=""><?php echo $this->__('See more');?></a>
2. New Products and See more
Go to this file: \app\design\frontend\default\jm_booktemplate\joom lart\jmproducts\list.phtml
PHP Code:
<div class="page-title category-title">
<h1>New Products</h1>
<a href="<?php echo Mage::getBaseUrl()."jmproducts/viewall/index/type/".$config['mode']; ?>">See more</a>
</div>
3. Browse books
Open the file: \app\design\frontend\default\jm_booktemplate\cata log\layer\view.phtml
PHP Code:
<div class="block-title">
<strong><span><?php echo $this->__('Browse books') ?></span></strong>
</div>
Hope this helps.
Thank you very much. You guys helped me a lot!
This question is now closed