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
Do you mean you want the home button highlighted when your on the home page?
Is your Drupal version 6 or 5?
Hi
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
You mean you want the page title to be displayed on top of that page?
-icubyx
you can use the breadcrumb,
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
Just modify your page.tpl and include the breadcrumb trail right along with the content div.
:)
beautifulmind