Closed (fixed)
Project:
Fusion
Version:
6.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2010 at 11:32 UTC
Updated:
13 May 2010 at 20:50 UTC
Hi everyone, I wanted to hard code something into the primary menu tree .tpl file, but I can't seem to find it anywhere.
Where should I be looking to do this?
Thanks so much.
Comments
Comment #1
sheena_d commentedYou can't hard code into the menu tree in a theme and there is no template for menus.
What kind of change are you looking to make?
Comment #2
kvoltz commentedThanks for getting back.
Basically, I just want to put facebook/twitter link icons on the left side of the menu. but I don't want them to be the same kinda normal link text
Comment #3
sheena_d commentedI think the Menu Icons module will do what you want http://drupal.org/project/menu_icons
Cheers!
Sheena
Comment #4
kvoltz commentedperfect!
thanks so much!
Comment #5
Aleksic commentedHi,
I wanted to add search box to primary menu see picture
This site use fusion also Intelligent Utility
Please any help
Comment #6
sheena_d commentedAleksic,
You'll want to edit your sub-theme's page.tpl.php file so that the search box and primary menu are contained in the same wrapping div, then use CSS to style the search box so that it appears on the same line as the primary links. If you get the Firebug plugin for Firefox, you can inspect the HTML and CSS to see how the site you linked to is formatting their HTML and CSS.
Good luck!
Sheena