DrupalBin
Submit Code
About
Recent Posts
What is this?
display suite field group
Code
Code
Code
Code
Fix for UC Node Checkout - Base Product Title into Token
Code
Import a content type from a file.
Alteration to Trying to alter contact form to allow pre-selecting of cid
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
test
theme
user
views
more tags
Home
submenu
How to Create a Full Sub Menu starting from the second level of Nav using the default menu theme
February 21, 2009 - 10:39pm — Anonymous
<?php
$tree
=
menu_tree_page_data
(
variable_get
(
'menu_primary_links_source'
,
'primary-links'
)
)
;
foreach
(
$tree
as
$key
=
>
$menu
)
{
menu
sub menu
submenu
Read more
hook_menu - Menu e SubMenu
November 5, 2008 - 9:36am — Anonymous
<?php
function
ficha_cadastral_menu
(
)
{
$items
[
'update_ficha'
]
=
array
(
'title'
=
>
'Ficha Cadastral'
,
'access arguments'
=
>
array
(
'Acesso à Ficha Cadastral'
)
,
hook_menu
menu
submenu
Read more