DrupalBin
Submit Code
About
Recent Posts
Code
12 min 50 sec
ago
Fix for Code
1 hour 26 min
ago
Code
1 hour 27 min
ago
example array
1 hour 38 min
ago
more
Tags
CCK
fapi
javascript
jquery
menu
module
Panels
simpletest
template.php
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
snippet
settings.php snippet.
January 23, 2008 - 11:59am — Anonymous
$db_prefix
=
array
(
'default'
=>
'main_'
,
'users'
=>
'shared_'
,
'sessions'
=>
'shared_'
,
'role'
=>
'main_'
,
'authmap'
=>
'shared_'
,
'sequences'
=>
'shared_'
,
settings.php
snippet
Read more
Fix for Code to print "top parent" node of the site section
November 20, 2007 - 9:58pm — Anonymous
<?php
$m_items
=
_menu_get_active_trail
(
)
;
// get active menu trail into an array
menu
snippet
Read more
Fix for Code to print "top parent" node of the site section
November 20, 2007 - 9:53pm — Anonymous
<?php
$m_items
=
_menu_get_active_trail
(
)
;
// get active menu trail into an array
menu
snippet
Read more
Code to print "top parent" node of the site section
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