Jump to content

menu home left


Recommended Posts

hello I want to make sure to find on the left side of the home of the default theme 1.6 cms blocks and categories etc. at the time I was able to put him on the slider I wish it was positioned to the left of slider

Link to comment
Share on other sites

look for  


 


themes/YOURTHEME/header.tpl


 


 


 


<div id="slider_row" class="row">

<div id="top_column" class="center_column col-xs-12 col-sm-12">{hook h="displayTopColumn"}</div>

</div>

 

cut these lines

 

go to 

themes/YOURTHEME/index.tpl

 

paste before these

 

 

<div class="tab-content">{$HOOK_HOME_TAB_CONTENT}</div>

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