truetaurus Posted May 27, 2020 Share Posted May 27, 2020 I have a brand new copy of Prestashop 1.7 with the classic theme. in the themes\classic\templates\index.tpl I made the following changes: {extends file='page.tpl'} {block name='page_content_container'} <section id="content" class="page-home"> {block name='page_content_top'} <div style="background-color: red; width: 500px; height: 500px;">hi</div> {/block} {block name='page_content'} {block name='hook_home'} {$HOOK_HOME nofilter} {/block} {/block} </section> {/block} Should I then not see that red div i defined on the home page somewhere? Link to comment Share on other sites More sharing options...
truetaurus Posted May 28, 2020 Author Share Posted May 28, 2020 Fixed by setting the smart setting to force compilation Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now