You are here

function page_title_preprocess_page in Page Title 6.2

Same name and namespace in other branches
  1. 5.2 page_title.module \page_title_preprocess_page()

Implementation of hook_preprocess_page().

File

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

Code

function page_title_preprocess_page(&$vars) {
  $vars['head_title'] = page_title_page_get_title();
}