DrupalBin
Submit Code
About
Recent Posts
float?
2 hours 27 min
ago
views handler
5 hours 57 min
ago
Code
6 hours 13 min
ago
Code
6 hours 14 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
Code to print "top parent" node of the site section
View
Download
Fix
November 20, 2007 - 9:51pm — Anonymous
<?php
$m_items
=
_menu_get_active_trail
(
)
;
$m_item
=
$m_items
[
1
]
;
print
menu_item_link
(
$m_item
)
;
?>
menu
snippet