How do you hide the "Primary links" title?

n6g9zty6 - May 12, 2008 - 21:40

Heya,
So if you visit this site you'll see the word "Menu" above the navigation on the left. By default it says "Primary links" but obviously I've modified that. I'm wondering how I hide this? Whether that's through Drupal's interface or via PHP. Can someone please help?
Thanks!

I guess you can enter in

n6g9zty6 - May 12, 2008 - 22:06

I guess you can enter in the space for a title and it will leave it blank.

Thanks!

Spence
http://www.spencerhill.us

If you're using a standard

budda - May 12, 2008 - 23:00

If you're using a standard Drupal block, set the title to

--
Ixis (UK) providing Drupal consultancy and Drupal theme design. Check the portfolio.

1st check which thime u are

ruddhani - May 13, 2008 - 06:07

1st check which thime u are using. say ur using the great garland theme. open d app folder. under root there is folder named theme. opening it u'll get a folder named as garland. open it n u'll c some pages with .php ext. open page.tpl.php in some editor or in notepad.

there is a code block like this

<?php
if (isset($primary_links)) :
?>

<?php
print theme('links', $primary_links, array('class' => 'links primary-links'))
?>

<?php
endif;
?>

<?php
if (isset($secondary_links)) :
?>

<?php
print theme('links', $secondary_links, array('class' => 'links secondary-links'))
?>

<?php
endif;
?>

remove this. so i think u'll get ur ans "how I hide this".

Hi,you've just to set the

fw_crocodile - May 13, 2008 - 06:31

Hi,

you've just to set the block title field to <none> (site building - block - primary links - configure)

at least in drupal 6.x

Thanks fw_crocodile that was

n6g9zty6 - May 14, 2008 - 20:55

Thanks fw_crocodile that was the exact answer I was looking for. worked.

Thanks!

Spence
http://www.spencerhill.us

 
 

Drupal is a registered trademark of Dries Buytaert.