Sorry for posting in the google groups I didnt see this existed..
I want to achieve this
This image is hidden for guests.
Please log in or register to see it.
I tried using regular joomla positions but then I loose the fusion menu functions and style, so there are 2 ways that I know to make a single module position
<div class="rt-container">
<jdoc:include type="modules" name="TC-top-right" />
<?php echo $gantry->displayModules('TC-top-right','basic','TC-top-right'); ?>
</div>
The fusion menu works only using the last method of creating the module position. In the manager I can see the module position I created using the first way 'jdoc' but the menu doesnt show...
thanks