Closed (duplicate)
Project:
Mollio
Version:
4.6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2006 at 20:04 UTC
Updated:
17 May 2006 at 20:50 UTC
I LOVE this theme but is there any way to change/remove the tabs and/or tab titles? I'm looking but not finding. Any help would be appreciated!
Comments
Comment #1
heine commentedOpen page.tpl.php and look for:
Deleting Drupal, or modifying the title of primary / secondary links is easy. adding to it requires one to build an array with links (just use a print_r($primary_links) to check the required structure).
Comment #2
fowlkes commentedThanks so much! That worked great!
Comment #3
nautis commentedI have tried this solution 4.6, however the tabs do not highlight when browsing to the new page. How can I make this nav dynamic do that a tab that is clicked on inherits the "active" id?
Comment #4
philipk commentedCan anyone help me do this.........?
Just want to add a few more tabs.......!!!
Comment #5
rkerr commentedIn 4.6, you can get one row of tabs for your primary links (without dropdowns) by using this code ...
Comment #6
rkerr commented