MuskyDough Posted February 5, 2014 Share Posted February 5, 2014 Hi guys. I recently had to remove the footer from my website, but now I need it back. However, the way I deleted it was to delete the html text in the footer.tpl file. What I had left after deletion was this: {if !$content_only} </div> <!-- Footer --> </div> {/if} </body> </html> I've searched for the file structure on PrestaShop, and I found this: http://webilyst.com/prestashop-file-structure-2/ It gave me a good picture of the file structure, and I tried to recreate the footer from the info given, but sadly with no luck. I don't recall disabling anything in the backend, if that helps.. Its kinda urgent, please help. Link to comment Share on other sites More sharing options...
vekia Posted February 5, 2014 Share Posted February 5, 2014 contents of footer.tpl file looks like: {if !$content_only} </div> <!-- Right --> <div id="right_column" class="column grid_2 omega"> {$HOOK_RIGHT_COLUMN} </div> </div> <!-- Footer --> <div id="footer" class="grid_9 alpha omega clearfix"> {$HOOK_FOOTER} {if $PS_ALLOW_MOBILE_DEVICE} <p class="center clearBoth"><a href="{$link->getPageLink('index', true)}?mobile_theme_ok">{l s='Browse the mobile site'}</a></p> {/if} </div> </div> {/if} </body> </html> 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