views:

45

answers:

1

I have a some modules and 1 layout. How can i do this thing?:

For each module content of the site should be individual.

+2  A: 

Look here. Basically your best bet is to create a controller plugin to choose the right layout depending on request.

Iznogood