Jump to content

How to set footer on homepage ?


Recommended Posts

Hi,

 

I set 1 column for my homepage via http://mypresta.eu/en/art/developer/one-column-homepage.html

 

but I will be interested to have a footer and i can not see it.

 

I modified to original the footer.tpl 

 

and take out {if $page_name !='index'}
……..
{/if}
 
but nothing has change.
 
Can you help me to set 1 column and keep my footer for website www.sabaartplay.ie
 
Thx
oli
 

 

Link to comment
Share on other sites

www.sabaartplay.ie

 

I modified  the footer.tpl. 

 

My code footer is :

  
<!-- Right -->
<div id="right_column" class="column grid_2 omega">{$HOOK_RIGHT_COLUMN}</div>
 
<!-- Footer -->
            <div class="clr"></div>
            <div id="footer">
            <div class="content-on-middle">
 
 
            <!-- Top Footer -->
            <div class="footer_banners">
<div class="block_footer_banners first">
<a href="#">
</a>
</div>
 
 
<div class="block_footer_banners">
</a>
</div>
 
 
<div class="block_footer_banners">
<a href="#">
</a>
</div>
</div><!-- End Top footer -->
{$HOOK_FOOTER}
 
</div>
            
            
            <div class="clr"></div>
            <span style="color: #FFFFFF">SEO and WebDesign by www.oliwebpress.eu</span>
            </div>
    
   
</body>
</html>
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...