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
Comment #1
fbsdguy commentedCan anyone please help me?
Comment #2
oadaeh commentedThis 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.