You are here

function page_title_preprocess_page in Page Title 5.2

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

Implementation of hook_preprocess_page().

File

./page_title.module, line 541
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();
}