From 8f5b513ed53ab241fc496e5728c61705e7503348 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Mon, 22 Jun 2015 04:54:15 -0400
Subject: [PATCH] option to set the company name in the page title

---
 interface/web/index.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/interface/web/index.php b/interface/web/index.php
old mode 100755
new mode 100644
index bc8f1a3..7cdf5bd
--- a/interface/web/index.php
+++ b/interface/web/index.php
@@ -102,8 +102,7 @@
 $app->tpl->setVar('base64_logo_txt', $base64_logo_txt);
 
 // Title
-$server_config = $app->getconf->get_server_config(1, 'server');
-$app->tpl->setVar('server_name', $server_config['hostname']);
+$app->tpl->setVar('company_name', $sys_config['company_name']. ' :: ');
 
 $app->tpl_defaults();
 $app->tpl->pparse();

--
Gitblit v1.9.1