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')); } }