kiamaru Posted February 26, 2013 Share Posted February 26, 2013 (edited) How not to display columns in some modules? pages for this is simple, {if $page_name != 'index'} <div id="right_column" class="column">{$HOOK_RIGHT_COLUMN}</div> {/if} but for the modules I do not find thanks Edited February 26, 2013 by kiamaru (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted February 26, 2013 Share Posted February 26, 2013 Hi, The module's page name is usually the same as the body id in that page (like module-modulename-controllername) Link to comment Share on other sites More sharing options...
kiamaru Posted February 26, 2013 Author Share Posted February 26, 2013 thank you nemo it's work 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