DrupalBin
Submit Code
About
Recent Posts
Code
Fix for Fix for Code
Fix for Code
Code
Node type whitelist
an axe coach accessories
coach purses married
Fix for de las ghd alturas
de las ghd alturas
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
form alter
Fix for Fix for Form theming
September 28, 2009 - 4:17pm — Anonymous
<?php
function
formtheme_theme
(
)
{
return
array
(
'user_login'
=
>
array
(
'arguments'
=
>
array
(
'form'
=
>
array
(
)
)
,
'path'
=
>
drupal_get_path
(
'theme'
,
'formtheme'
)
.
form
form alter
theme
user login
Read more
Fix for Form theming
September 28, 2009 - 4:16pm — Anonymous
<?php
function
formtheme_theme
(
)
{
return
array
(
'user_login'
=
>
array
(
'arguments'
=
>
array
(
'form'
=
>
array
(
)
)
,
'path'
=
>
drupal_get_path
(
'theme'
,
'immortalgames'
)
.
form
form alter
theme
user login
Read more
Form theming
September 28, 2009 - 4:15pm — Anonymous
<?php
function
immortalgames_theme
(
)
{
return
array
(
'user_login'
=
>
array
(
'arguments'
=
>
array
(
'form'
=
>
array
(
)
)
,
'path'
=
>
drupal_get_path
(
'theme'
,
'immortalgames'
)
.
form
form alter
theme
user login
Read more
Testing 123 form alter
September 2, 2008 - 12:36pm — Anonymous
/**
* Implementation of hook form alter
*/
function
capsa_form_alter
(
$form_id
,
&
$form
)
{
global
$user
;
// Get List of TYPES that we provide CAPSA features for
form alter
Read more