Remove Powered by JM Kidsland

How do I remove Powered by JM Kidsland?

10 answers

Profile photo of santosh pillai 90.00 $tone August 6, 2014
Public

The file at the location does not contain "Powered by JM Kidsland"

Contents of the file:

<?php
/*!
* Theme Name: JM Team
* Theme URI: http://www.joomlart.com
* Version: 1.0
* Description:
* Author: JM Team -- Joomlart.com
* Author URI: http://www.joomlart.com
*
* Powered by Magento
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
* Template for Mage_Page_Block_Html
*/
?>
<div class="jm-info clearfix">
<?php echo $this->getChildHtml() ?>
</div>
<div class="jm-legal">
<?php echo $this->getCopyright() ?>
Designed by XX.
</div>

#3
Profile photo of tomc 0.00 $tone August 6, 2014
Public

1. Enable Template Path Hints (System -> Configuration; choose your store view; Developer -> Debug)

2. The default file should be: app/design/frontend/base/default/template/page/html/footer.phtml
(don’t touch this file)

3. Copy it to: app/design/frontend/[your_package]/[your_theme]/template/page/html/footer.phtml

4. Clear cache, reload.

Then sould then be able to modify this file as you want.

#4
Profile photo of tomc 0.00 $tone August 8, 2014
Public

πŸ™ Didn’t do the trick. I cannot find the text "Powered by JM Kidsland" in either file.

Do you want it there at all -- saying something different? … .or do you want it to not display at all?

#6

This question is now closed

Written By

Comments