Jump to content

Moving HOOK_RIGHT_COLUMN


Recommended Posts

I am trying to move {$HOOK_RIGHT_COLUMN} from the footer.tpl to the header.tpl. When it is in footer it works fine but when in header it does nothing. Is there some place that this hook needs to be registered so that it will work in header and not footer?

Wil

Link to comment
Share on other sites

Nevermind I found in FrontController.php

'HOOK_RIGHT_COLUMN' => Module::hookExec('rightColumn', array('cart' => self::$cart)), and moved it to the header section. 


under displayHeader() and moved it to displayFooter();

Now any idea how I could have done this without the core revision? Maybe something in overrides/_FrontController.php perhaps.

Wil

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