Skip to content
Snippets Groups Projects
Commit 606dfde1 authored by Tim Steiner's avatar Tim Steiner
Browse files

Add pagetitle to the html <title>.

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@113 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 58203d69
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,9 @@ function unl_wdn_head_title() ...@@ -65,6 +65,9 @@ function unl_wdn_head_title()
//Prepend UNL //Prepend UNL
array_unshift($path, 'UNL'); array_unshift($path, 'UNL');
if (!drupal_is_front_page()) {
$path[] = drupal_get_title();
}
return implode(' | ', $path); return implode(' | ', $path);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment