From 6dab92f5446290bd9b35248536608d940c64987d Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@enhancesoft.com> Date: Mon, 9 Sep 2013 15:10:16 +0000 Subject: [PATCH] Remove "Howdy" as the salutation - no sense of humor in this world! --- include/staff/header.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/header.inc.php b/include/staff/header.inc.php index 2e0fe9e52..a3bc2f0a7 100644 --- a/include/staff/header.inc.php +++ b/include/staff/header.inc.php @@ -41,7 +41,7 @@ ?> <div id="header"> <a href="index.php" id="logo">osTicket - Customer Support System</a> - <p id="info">Howdy, <strong><?php echo $thisstaff->getUserName(); ?></strong> + <p id="info">Welcome, <strong><?php echo $thisstaff->getFirstName(); ?></strong> <?php if($thisstaff->isAdmin() && !defined('ADMINPAGE')) { ?> | <a href="admin.php">Admin Panel</a> -- GitLab