fix title

git-svn-id: http://www.observium.org/svn/observer/trunk@260 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong 2008-10-30 21:27:15 +00:00
parent 1bf1d08639
commit d6593857b2

View File

@ -27,7 +27,7 @@ if($_GET[debug]) {
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title><?php echo("$page_title"); ?></title>
<title><?php echo("$config['page_title']"); ?></title>
<base href="<?php echo($config['base_url']); ?>" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<?php