Skip to content
Snippets Groups Projects
Commit 55e07848 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

moved pagetitle out of maincontent and up to appropriate area, not displaying slogan anymore

git-svn-id: file:///tmp/wdn_thm_drupal/trunk@84 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent b38dc481
Branches
Tags
No related merge requests found
......@@ -16,8 +16,10 @@ $t->doctitle = '<title>'. unl_wdn_head_title() .'</title>';
if (isset($site_name)) {
$t->titlegraphic = '<h1>' . $site_name . '</h1>';
}
if (isset($site_slogan)) {
$t->pagetitle = '<h2>' . $site_slogan . '</h2>';
if (isset($title)) {
$t->pagetitle = '<h2>' . $title . '</h2>';
} else {
$t->pagetitle = '';
}
if (isset($breadcrumb)) {
......@@ -30,7 +32,6 @@ $t->maincontentarea = $maincontentprefix . PHP_EOL
. str_replace(array('"tabs', 'active'),
array('"wdn_tabs disableSwitching', 'selected'),
theme_menu_local_tasks()) . PHP_EOL
. '<h1>'. $title .'</h1>' . PHP_EOL
. str_replace(array('sticky-enabled'),
array('zentable cool'),
$content) . PHP_EOL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment