Jump to content

Modify position home blocks


Recommended Posts

Hi!

 

I need to change of position for my block. In the theme configuration is impossible and module position donn't accept this movement. I test with live edit, but can't

 

Screenshot_1.thumb.png.894dbf5f3f4873f8b69bbf7edae5e685.png

 

This is the code: (index.tpl from my theme)

 



{if isset($HOOK_HOME_TAB_CONTENT) && $HOOK_HOME_TAB_CONTENT|trim}
    {if isset($HOOK_HOME_TAB) && $HOOK_HOME_TAB|trim}
        <ul id="home-page-tabs" class="nav nav-tabs clearfix">
			{$HOOK_HOME_TAB}
		</ul>
		
	{/if}
	<div class="tab-content">{$HOOK_HOME_TAB_CONTENT}</div>
{/if}

{if isset($HOOK_HOME) && $HOOK_HOME|trim}
	<div class="clearfix">{$HOOK_HOME}</div>
{/if}

{* --- BANNER ---------------
<div id="bannerhome">
	{hook h="displayBanner"}
</div>
----------------------------*}

Thnks for all!

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