You are here

function page_title_form_forum_form_forum_alter in Page Title 7.2

Same name and namespace in other branches
  1. 8.2 page_title.module \page_title_form_forum_form_forum_alter()
  2. 6.2 page_title.module \page_title_form_forum_form_forum_alter()

Implement hook_form_FORM_ID_alter(). (We can re-use the above function)

File

./page_title.module, line 296
Enhanced control over the page title (in the head tag).

Code

function page_title_form_forum_form_forum_alter(&$form, $form_state) {
  page_title_form_forum_form_container_alter($form, $form_state);
}