summaryrefslogtreecommitdiff
path: root/src/partials.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-24 14:07:48 +0500
committerilotterytea <iltsu@alright.party>2025-04-24 14:07:48 +0500
commitd93351e0e5fffde6922f38d19a5848273aef6c40 (patch)
tree55f657e24252edc81a533bfc817e20bdcb124eb6 /src/partials.php
parent72fe5ce3108a5d50b5800ab02230610427e33e20 (diff)
feat: emotesets
Diffstat (limited to 'src/partials.php')
-rw-r--r--src/partials.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/partials.php b/src/partials.php
index cf28f28..2e7ee56 100644
--- a/src/partials.php
+++ b/src/partials.php
@@ -9,6 +9,7 @@ function html_navigation_bar()
</a>
<div class="links">
<a href="/emotes" class="button">Emotes</a>
+ <a href="/emotesets.php" class="button">Emotesets</a>
<a href="/users.php" class="button">Users</a>
<a href="/emotes/upload.php" class="button">Upload</a>
<a href="/account" class="button">Account</a>