I need your help with a drupal theme if you could. I am wanting to use the Marinelli theme, but I would like to use submenus and this has tabs...however, the secondary links show up under the header...is there a way to invoke submenus where the secondary links normally go when a primary link is clicked on the top tab? I'm thinking that something should be edited in the page.tpl.php under this:

if (($secondary_links)) :
print '<div id="submenu">'
print theme('links', $secondary_links, array('class' => 'links secondary-links'))
print '</div><div class="stopfloat"></div>'
endif;

and would change the secondary_links to primary links and have it call up whatever drupal store sublinks under for themes that have dropdown links or expandable links...

Josh

Comments

fbsdguy’s picture

Can anyone please help me?

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.