Print the active menu seperately in the page content

public
group: India
sudalairajt - Sat, 2008-07-26 02:34

I want to display the active menu on content page....For example isf i click the menu home -I want to display the home on my content page.

Advanced thanks...

Raj.

Do you mean you want the

SteveJB's picture
SteveJB - Sat, 2008-07-26 06:29

Do you mean you want the home button highlighted when your on the home page?

Is your Drupal version 6 or 5?


Hi

sudalairajt - Sat, 2008-07-26 11:40

Hi,
Thanks for your prompt reply.....It's version 5...In my site i am having menu like "home",about us","Article" like....

When i click the menu "Home".....I want to display the menu name (Home) in the content area..

Thanks,
Raj.

You mean you wan the page

icubyx - Mon, 2008-07-28 04:59

You mean you want the page title to be displayed on top of that page?
-icubyx

you can use the breadcrumb,

sivkannan@netlink's picture
sivkannan@netlink - Mon, 2008-07-28 04:45

you can use the breadcrumb, or if you want custom way, u need to write a php code by the checking the value in arg() function and assign the appropriate words, which will get displayed.

with regards
kamalakannan


Just modify your

beautifulmind@drupal.org's picture
beautifulmind@d... - Thu, 2008-07-31 09:34

Just modify your page.tpl and include the breadcrumb trail right along with the content div.

:)

beautifulmind