By dharm0us on
http://www.cse.epicenterlabs.com/el/
On the above Url, Primary links are visible on the top
as well as on the Left Side Bar.
I have scanned left and right, but can't figure
out, how to remove the primary links from the top?
How?
Comments
Have a look at "site
Have a look at "site building" -> "blocks"
Remove Primary Links
There are two common ways to display the primary links:
-Enabling the primary links block
-Inserting the code that calls and prints the primary links on the page.tpl.php
Most of the menus I have worked with use the latter one. You need to go to your /sites/themes/ and find the folder for the theme you are using. Open the page.tpl.php and there you will find the code that calls the primary links.
That's is why even if you disable the primary links through the Drupal UI, the menu is still there.
Here is Solution
Just look sitebuilding->blocks
from there remove the primary links from the header region....
Try Home › Administer › Site
Try Home › Administer › Site building, go into the 'configure' of the template, and uncheck 'Primary link'
:)