Skip to content
Snippets Groups Projects
Commit 0e7e6f9f authored by spennythug's avatar spennythug
Browse files

fixing page titles.

parent 534e12a1
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ $head = elgg_view('page/elements/head', $vars['head']); ...@@ -43,6 +43,7 @@ $head = elgg_view('page/elements/head', $vars['head']);
$params = array( $params = array(
'head' => $head, 'head' => $head,
'body' => $body, 'body' => $body,
'title'=> $vars["title"]
); );
if (isset($vars['body_attrs'])) { if (isset($vars['body_attrs'])) {
......
...@@ -36,6 +36,7 @@ $unl_template->breadcrumbs = "<!-- WDN: see glossary item \'breadcrumbs\' --> <u ...@@ -36,6 +36,7 @@ $unl_template->breadcrumbs = "<!-- WDN: see glossary item \'breadcrumbs\' --> <u
$unl_template->maincontentarea = $vars['body']; $unl_template->maincontentarea = $vars['body'];
$unl_template->titlegraphic ="Planet Red"; $unl_template->titlegraphic ="Planet Red";
$unl_template->pagetitle =""; $unl_template->pagetitle ="";
$unl_template->doctitle ="<title>UNL | Planet Red | ".$vars["title"]." </title>";
$unl_template->affiliation =""; $unl_template->affiliation ="";
$unl_template->head = $vars['head']; $unl_template->head = $vars['head'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment