Jump to content

Defaul bootstrap theme homepage tabs


Recommended Posts

In standard those module are placed in hooks homeTab and homeTabContent so try in index.tpl add something like:

 

{if !empty($HOOK_HOME_TAB_CONTENT)} <div class="block col-xs-12 col-sm-12"> {$HOOK_HOME_TAB_CONTENT} </div> {/if}

 

also unhook those modules frome homeTab.

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