vahidafshari Posted September 28, 2013 Share Posted September 28, 2013 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 More sharing options...
NemoPS Posted September 30, 2013 Share Posted September 30, 2013 It *should* be enough to add this {$HOOK_RIGHT_COLUMN} to index.tpl I don't know the theme, though, and it might not work Link to comment Share on other sites More sharing options...
vekia Posted September 30, 2013 Share Posted September 30, 2013 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 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