From 911dbe82265d0115539e841c2892a02d1b1bdb8a Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 03 Jan 2012 08:24:46 -0500
Subject: [PATCH] Fixed: FS#1883 - Strings missing in the language files and greek flag not showing in list
---
interface/lib/app.inc.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/interface/lib/app.inc.php b/interface/lib/app.inc.php
index d5262bd..8903142 100644
--- a/interface/lib/app.inc.php
+++ b/interface/lib/app.inc.php
@@ -239,6 +239,7 @@
/* Show username */
if(isset($_SESSION['s']['user'])) {
$this->tpl->setVar('cpuser', $_SESSION['s']['user']['username']);
+ $this->tpl->setVar('logout_txt', $this->lng('logout_txt'));
}
}
--
Gitblit v1.9.1