You are here

function page_title_init in Page Title 7.2

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

Implement hook_init().

File

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

Code

function page_title_init() {

  // Make sure our API includes are included on all page loads.
  page_title_include_api_files();
}