diff --git a/portal/portal_header.php b/portal/portal_header.php
index 237204a1..524e2108 100644
--- a/portal/portal_header.php
+++ b/portal/portal_header.php
@@ -62,10 +62,13 @@ header("X-Frame-Options: DENY"); // Legacy
" href="quotes.php">Quotes
-
+
" href="documents.php">Documents
+
+ " href="contacts.php">Contacts
+
diff --git a/portal/quotes.php b/portal/quotes.php
index dfb3ce52..64266fea 100644
--- a/portal/quotes.php
+++ b/portal/quotes.php
@@ -16,6 +16,7 @@ if ($session_contact_primary == 0 && !$session_contact_is_billing_contact) {
$quotes_sql = mysqli_query($mysqli, "SELECT * FROM quotes WHERE quote_client_id = $session_client_id AND quote_status != 'Draft' ORDER BY quote_date DESC");
?>
+
Quotes
diff --git a/portal/tickets.php b/portal/tickets.php
index 4fe60d06..045860b2 100644
--- a/portal/tickets.php
+++ b/portal/tickets.php
@@ -42,6 +42,7 @@ $total_tickets = intval($row['total_tickets']);
?>
+
Tickets