summaryrefslogtreecommitdiff
path: root/_profile
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-01-10 14:54:22 +0100
committerMinteck <contact@minteck.org>2023-01-10 14:54:22 +0100
commita7ba691d0d3898ac6f223eb7b91cbfbaf6eb5ff5 (patch)
treeadd41a43d4172bcb9ab668b74449b9ef823754f5 /_profile
parent0d175e6c24c3baf5d8e2dc10f464d09c7160ba1b (diff)
downloaddelta-a7ba691d0d3898ac6f223eb7b91cbfbaf6eb5ff5.tar.gz
delta-a7ba691d0d3898ac6f223eb7b91cbfbaf6eb5ff5.tar.bz2
delta-a7ba691d0d3898ac6f223eb7b91cbfbaf6eb5ff5.zip
Update - This is an automated commit
Diffstat (limited to '_profile')
-rw-r--r--_profile/index.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/_profile/index.php b/_profile/index.php
index 3bed992..cf2dc84 100644
--- a/_profile/index.php
+++ b/_profile/index.php
@@ -48,10 +48,6 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php";
<img src="/icons/edit.svg" style="vertical-align: middle; width: 24px;">
<span style="vertical-align: middle;"><?= l("lang_profile_request") ?></span>
</a></li>
- <li><a class="dropdown-item disabled" href="#">
- <img src="/icons/gift.svg" style="vertical-align: middle; width: 24px;opacity: .5;">
- <span style="vertical-align: middle;"><?= l("lang_profile_gift") ?></span>
- </a></li>
</ul>
</div>
</span>
@@ -127,4 +123,4 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php";
<br><br>
</div>
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> \ No newline at end of file
+<?php if ($id !== $_USER) addToUserHistory($id); require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> \ No newline at end of file