- Fixed mission statement.

4.4.x
Dries Buytaert 2003-12-06 13:11:17 +00:00
parent 237124c814
commit 8a50107bf7
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ function xtemplate_header() {
// only parse the mission block if we are on the frontpage ...
if ($_GET["q"] == variable_get("site_frontpage", "node") && ($mission = variable_get("xtemplate_mission", "edit mission"))) {
$xtemplate->template->assign("header_mission", $mission);
$xtemplate->template->assign("mission", $mission);
$xtemplate->template->parse("header.mission");
}