Skip to content
Snippets Groups Projects
Commit 3c926161 authored by Jared Hancock's avatar Jared Hancock
Browse files

Merge pull request #713 from protich/issue/howdy


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

Reviewed-By: default avatarJared Hancock <jared@osticket.com>
parents 443ccec1 6dab92f5
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.
Finish editing this message first!
Please register or to comment