diff --git a/include/staff/header.inc.php b/include/staff/header.inc.php
index 4bbd8fa2c2981f1623ce649c74f157dedb028833..dcea698c45c229134aac1459b87c9c936e8b4402 100644
--- a/include/staff/header.inc.php
+++ b/include/staff/header.inc.php
@@ -74,7 +74,8 @@
     foreach ($ost->getExtraHeaders() as $h) {
         if (strpos($h, '<script ') !== false)
             echo $h;
-    }
+    } ?>
+    <title><?php echo ($ost && ($title=$ost->getPageTitle()))?$title:'osTicket :: Staff Control Panel'; ?></title><?php
 } # endif X_PJAX ?>
     <ul id="nav">
 <?php include STAFFINC_DIR . "templates/navigation.tmpl.php"; ?>