DrupalBin
Submit Code
About
Recent Posts
Code
2 hours 19 min
ago
Fix for Code
2 hours 29 min
ago
d5, hook_comment, trying to force an input filter format
5 hours 47 min
ago
haha
6 hours 21 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
readonly
Readonly module
July 15, 2008 - 9:35am —
timmillwood
<?php
// $Id$
function
readonly_menu
(
)
{
$items
=
array
(
)
;
$items
[
'admin/settings/readonly'
]
=
array
(
'title'
=>
t
(
'Read Only'
)
,
'description'
=>
t
(
'Which profile fields'
)
,
fields
profile
readonly
Read more