You are here

function gallery_assist_form_alter in Gallery Assist 7

Same name and namespace in other branches
  1. 6 gallery_assist.module \gallery_assist_form_alter()

Implements hook_form_alter().

File

./gallery_assist.module, line 1069
Extend drupal with gallery functionalities. Manage galleries.

Code

function gallery_assist_form_alter(&$form, &$form_state, $form_id) {
  if (!empty($form['#node']) && gallery_assist_on($form['#node']->type)) {
  }
}