summaryrefslogtreecommitdiff
path: root/lib/partials.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-09 16:50:07 +0500
committerilotterytea <iltsu@alright.party>2025-12-09 16:50:07 +0500
commit8925a9526a1d3eac914030b3069713f56c37e55a (patch)
tree2811f088ab13168658d8ac8ba9f15d01ffb49249 /lib/partials.php
parent77c7d534f46392f62b56305ec8b71eecff3b9221 (diff)
feat: emoteset editors
Diffstat (limited to 'lib/partials.php')
-rw-r--r--lib/partials.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/partials.php b/lib/partials.php
index 60d1325..71a429a 100644
--- a/lib/partials.php
+++ b/lib/partials.php
@@ -13,7 +13,7 @@ function html_navigation_bar()
<a href="/emotes" class="button">Emotes</a>
<?php if (CONFIG['emoteset']['public']): ?>
- <a href="/emotesets.php" class="button">Emotesets</a>
+ <a href="/emotesets/" class="button">Emotesets</a>
<?php endif; ?>
<?php if (CONFIG['account']['publiclist']): ?>