Jump to content

How To Modify Basic Template


Recommended Posts

Hello,

please how can I modify the basic template after instalations?
simply say I just want to wrap around whole homepage via a few my own html tags...something like

 

<body>
<html>
<div id="myOwnElement"></div>
<div id="page">

....here is the content of prestashop template

</div>

<div id="myOwnElement2"></div>
</body>
</html>
 
I have tried to add my own html elements manually in (header.tpl, footer.tpl), but probably this is not the right way, because my own elements doesn't appears on the page.
 
Thank You for some hint
 
Regards Zdenek
Edited by ZAJDAN (see edit history)
Link to comment
Share on other sites

Thank You for Your time,

seem I have found it

in presta settings 'Performance->Smarty' have to be set: Recompile templates if the files have been updated

seem I have found it appears after refresh the window in a browser

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...