DrupalBin
Submit Code
About
Recent Posts
Fix for Allow HTML in <i> node titles</i> for Drupal 6.x
Template Pre-proccessing
Testing Ubercart donation product
dave's menu screenshot
Code
Modify user profile page theme
Modify user profile page
Fix for Fix for Code
Fix for Code
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
test
theme
user
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