template.php in Page Title 6
Same filename and directory in other branches
File
template.phpView source
<?php
function _phptemplate_variables($hook, $vars) {
$vars = array();
if ($hook == 'page') {
if (module_exists('page_title')) {
$vars['head_title'] = page_title_page_get_title();
}
}
return $vars;
}
Functions
Name | Description |
---|---|
_phptemplate_variables |