summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/head.inc')
-rwxr-xr-xusr/local/www/head.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/head.inc b/usr/local/www/head.inc
index 62aee24..e6bf240 100755
--- a/usr/local/www/head.inc
+++ b/usr/local/www/head.inc
@@ -28,7 +28,7 @@ $pagetitle = gentitle( $pgtitle );
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title><?=$pagetitle;?></title>
+ <title><?php echo($config['system']['hostname'] . "." . $config['system']['domain'] . " - " . $pagetitle); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel=”apple-touch-icon” href=”/themes/<?php echo $g['theme']; ?>/apple-touch-icon.png”/>
<?php if (strpos($_SERVER["SCRIPT_FILENAME"], "wizard.php") !== false &&
@@ -82,4 +82,4 @@ $pagetitle = gentitle( $pgtitle );
if (!isset($closehead))
echo "</head>";
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud