diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-19 21:13:24 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-19 21:13:24 +0500 |
| commit | cb345c3415b6a09a12b794904bbd85ef7c67af7e (patch) | |
| tree | 7f0b497653ed5b17c56a495c9d09a46bf29cee84 /public/emotes | |
| parent | a7e961bcd2f1e8d98f2ffbb5ff37c2e7f9b981d1 (diff) | |
feat: navigation bar and sidebar
Diffstat (limited to 'public/emotes')
| -rw-r--r-- | public/emotes/index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/emotes/index.php b/public/emotes/index.php index a4bf585..c73b3d0 100644 --- a/public/emotes/index.php +++ b/public/emotes/index.php @@ -58,6 +58,8 @@ $id = str_replace("/", "", $id); $emotes = null; $emote = null; +include "../../src/partials.php"; + if ($id == "" || !is_numeric($id)) { $page = intval($_GET["p"] ?? "0"); $limit = 50; |
