From cb345c3415b6a09a12b794904bbd85ef7c67af7e Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 19 Apr 2025 21:13:24 +0500 Subject: feat: navigation bar and sidebar --- public/emotes/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'public/emotes/index.php') 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; -- cgit v1.2.3