Fix #21 - ability to change title

Add define("TITLE", "<title>") to your config.php file if you're updating and want to use this feature.
This commit is contained in:
Vojtěch Sajdl
2018-03-10 00:32:06 +01:00
parent 5afda409c1
commit 4b62701974
3 changed files with 51 additions and 38 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class Template{
</div>
<div class="navbar-left hidden-xs">
<ul class="nav navbar-nav">
<li><a href="<?php echo WEB_URL;?>/"><h1><?php echo _("Service Status");?></h1></a></li>
<li><a href="<?php echo WEB_URL;?>/"><h1><?php echo _((defined('TITLE')?TITLE:"Service Status"));?></h1></a></li>
</ul>
</div><!--/.nav-collapse -->