DrupalBin
Submit Code
About
Recent Posts
Fix for Views cumulus: tag_cloud
Fix for Code
sjfgjgjfgidfgh
Code
Code
test.berniecram.com.alias.drushrc.php
Code
provision-deploy error
Create node programmatically with file
Code
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
taxonomy
test
theme
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