Jump to content

Hooking a single module


Recommended Posts

Hi Folks, 

 

This is driving me crazy, I'm trying to work out how to load a single module inside parent divs so that I can more easily manage the behaviour of that module under certain conditions (screen size etc).

 

Essentially I'm trying to do this:

 

<div class="parent">

<div class="child">

Load Cart module

</div>

<div class="child">

Load Search Module

</div>

</div>

 

Is this possible to do? If so what is the basic line required to do this? I'm editing the TPL files currently and just finding this so much harder than PHP :(

 

Any help would be great. Thank you.

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