You are here

function uc_catalog_page_title_api in Page Title 7.2

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

File

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

Code

function uc_catalog_page_title_api() {
  return page_title_page_title_api();
}