Jump to content

How to show hook in home page


Recommended Posts

Hi dears

I'm using leometro theme and i found this line

{if $hide_left_column||in_array($page_name,array('index'))}{$HOOK_LEFT_COLUMN=null}{/if}
{if $hide_right_column||!in_array($page_name,array('cms'))}{$HOOK_RIGHT_COLUMN=null}{/if}

in header.tpl

I want to show HOOK_RIGHT in home page. how can i do ??

 

Link to comment
Share on other sites

you can always paste here contents of your header.tpl / footer.tpl file

then someone from forum members will definitely try to help you

 

simple code that you pasted above

{if $hide_left_column||in_array($page_name,array('index'))}{$HOOK_LEFT_COLUMN=null}{/if}
{if $hide_right_column||!in_array($page_name,array('cms'))}{$HOOK_RIGHT_COLUMN=null}{/if}

 

it's not enough to say what you have to change exactly

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