Jump to content

New Theme - Set used Modules ?


Recommended Posts

Hello.

 

I think that this behavior can be adjusted in your theme's "Config.xml" file, inside the <modules></modules> section. For example, if you want to replace the "blockcms" module by your custom-made module "myblockcms":

 

...
    <modules>
        <module action="disable" name="blockcms"/>
        <module action="install" name="myblockcms"/>
        <module action="enable" name="myblockcms"/>
    </modules>
...
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...