Jump to content

How can I hook testimonials module in left column ONLY on HOME page ?


Recommended Posts

Could you explain me please how can I hook testimonials module in left column ONLY on HOME page ? Editing positions in backoffice not working in my case.

 

Should I change something in this code? header.tpl

 

{if $page_name == 'module-blockwishlist-mywishlist' OR $page_name == 'guest-tracking'}
{hook h='displayLeftColumn'}
{/if}

my website: www.aplenksave.lt

Edited by razaro (see edit history)
Link to comment
Share on other sites

Try with

{if $page_name == 'index'}
{hook h='displayLeftColumn'}
{/if}

it is one way to display only on home page. You can combine with other rules and use AND or OR.

 

P.S.

Please do not hijack other people topics posting your issues. 

Do open new topic in future.

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