form alter

Fix for Fix for Form theming

  1. <?php
  2. function formtheme_theme() {
  3.   return array(
  4.     'user_login' => array(
  5.       'arguments' => array('form' => array()),
  6.       'path' => drupal_get_path('theme', 'formtheme') .

Fix for Form theming

  1. <?php
  2. function formtheme_theme() {
  3.   return array(
  4.     'user_login' => array(
  5.       'arguments' => array('form' => array()),
  6.       'path' => drupal_get_path('theme', 'immortalgames') .

Form theming

  1. <?php
  2. function immortalgames_theme() {
  3.   return array(
  4.     'user_login' => array(
  5.       'arguments' => array('form' => array()),
  6.       'path' => drupal_get_path('theme', 'immortalgames') .

Testing 123 form alter

  1. /**
  2.  * Implementation of hook form alter
  3.  */  
  4. function capsa_form_alter($form_id, &$form) {
  5.   global $user;
  6.  
  7.   // Get List of TYPES that we provide CAPSA features for
Syndicate content