You are here

function page_title_preprocess_html in Page Title 7

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

Implement hook_preprocess_html().

File

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

Code

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