DrupalBin
Submit Code
About
Recent Posts
Code
1 hour 45 min
ago
Fix for my user handler
2 hours 8 min
ago
Fix for my user handler
2 hours 11 min
ago
my user handler
4 hours 9 sec
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
custom module
Fix for my implement of hool_menu()
June 14, 2008 - 4:22pm —
cntlscrut
function
auto_expire_new_menu
(
$maycache
)
{
$items
=
array
(
)
;
if
(
$maycache
)
{
$items
[
'admin/settings/auto_expire'
]
=
array
(
'title'
=>
'Auto Expire Settings'
,
custom module
Read more
my implement of hool_menu()
June 14, 2008 - 3:20pm —
cntlscrut
function
auto_expire_new_menu
(
)
{
$items
=
array
(
)
;
$items
[
'admin/settings/auto_expire'
]
=
array
(
'title'
=>
'Auto Expire Settings'
,
custom module
Read more
some code
November 12, 2007 - 1:05pm — Anonymous
form
[
'items'
]
=
array
(
'#tree'
=>
TRUE
,
'#multiple'
=>
TRUE
,
array
(
'#type'
=>
'textfield'
,
'#title'
=>
'title 0'
)
,
array
(
'#type'
=>
'textfield'
,
custom module
Read more