Hi everyone,

I am new to drupal, and I decided to work with marinelli theme(drupal 7), and have stuck.

I have the code into page.tpl.php

<div id="navigation-secondary" class="sitemenu">
        <?php print theme('links', array('links' => $secondary_menu, 'attributes' => array('id' => 'secondary-menu', 'class' => array('links', 'clearfix', 'secondary-menu')))); ?>
      </div>

and I want that this navigation secondary to be filled out with quartiary links from the main menu.
Basically i have the mainmenu with 4 sub-levels, and I am using megamenu function which is great, but I want that the fourth level of the mainmenu to apear as the secondary links, drupal behaviour is when I get mainmenu for the primary and secondary links, will display secondary links on a region. What I want is that drupal to display the quartiary links on that region.
Thanks a lot, and sorry if I made a mistake for posting here.