function forum_page_title_api in Page Title 8.2
Same name and namespace in other branches
- 6.2 page_title.module \forum_page_title_api()
- 7.2 page_title.module \forum_page_title_api()
File
- ./
page_title.module, line 918 - Enhanced control over the page title (in the head tag).
Code
function forum_page_title_api() {
return page_title_page_title_api();
}