Jump to content

[SOLVED] commenting out footer


Recommended Posts

Hi there!

 

I have two footers, and I found the files of both of them, they were in footer.tpl and tmfooterlinks.tpl.

one says: "more jewelry prestashop templates at templatemonster.com"

 

the other one says: "powered by prestashop, installed by website software - yourhosting. all rights reserved"

 

I only found the powered by prestashop part, but I'm guessing that it's somehow related to the yourhosting part.

 

I posted the texts below, please tell me what to comment out so that the footers disappear.

 

Thanks in advance!

 

footer.tpl:

 

<!-- Footer -->

<div id="footer_wrapper">

<div id="footer">

{$HOOK_FOOTER}

{if $page_name == 'index'}More <a rel="nofollow" href="http://www.templatemonster.com/category/jewelry-prestashop-templates/" target="_blank">Jewelry PrestaShop Templates at TemplateMonster.com</a>{/if}

</div>

</div>

</div>

</div>

{/if}

<script type="text/javascript"> Cufon.now(); </script>

</body>

</html>

 

 

tmfooterlinks.tpl :

 

 

<p>© 2012 {l s='Powered by' mod='tmfooterlinks'} <a href="http://www.prestashop.com">PrestaShop</a>™. All rights reserved</p>

</div>

Link to comment
Share on other sites

I do understand that, but I'm not sure which part to comment out,

Do you think you could explain what to comment out and why that part?

I tried deleting the text as well, but somehow nothing happened, not even when I checked the force compile box in performance.

Link to comment
Share on other sites

Comment out the two lines in red turn force compile on and cache off, You may also need to clear your cache files both in your browser and Prestashop.

Prestashop cache can be found here tools/smarty/cache. (clear the compile folder also) (do not delete any index.php files)

 

<!-- Footer -->

<div id="footer_wrapper">

<div id="footer">

{$HOOK_FOOTER}

<!-- {if $page_name == 'index'}More <a rel="nofollow" href="http://www.templatemonster.com/category/jewelry-prestashop-templates/" target="_blank">Jewelry PrestaShop Templates at TemplateMonster.com</a>{/if} -->

</div>

</div>

</div>

</div>

{/if}

<script type="text/javascript"> Cufon.now(); </script>

</body>

</html>

 

 

tmfooterlinks.tpl :

 

 

<!-- <p>© 2012 {l s='Powered by' mod='tmfooterlinks'} <a href="http://www.prestashop.com">PrestaShop</a>™. All rights reserved</p> -->

</div>

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...