bonevbb Posted October 17, 2016 Share Posted October 17, 2016 Hello, until now I took everything to the left column in the following way:$this->context->smarty->getVariable( 'HOOK_LEFT_COLUMN') ->value In version 1.7 does anyone have any idea how I can take content from the left column Link to comment Share on other sites More sharing options...
rocky Posted October 18, 2016 Share Posted October 18, 2016 Try: $left_column = Hook::exec('displayLeftColumn'); 1 Link to comment Share on other sites More sharing options...
bonevbb Posted October 18, 2016 Author Share Posted October 18, 2016 (edited) Thanks for the reply. Thus, I did. Edited October 18, 2016 by bonevbb (see edit history) 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