Jump to content

How to remove footer


Recommended Posts

go to your theme directory, open the footer.tpl file, you've got there:

 

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

this code is for footer section, if you don't want footer - just remove it (or comment with {* *} )

Link to comment
Share on other sites

×
×
  • Create New...