Skip to content
Snippets Groups Projects
Commit 6dab92f5 authored by Peter Rotich's avatar Peter Rotich
Browse files

Remove "Howdy" as the salutation - no sense of humor in this world!

parent 7aa4e6f8
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment