diff options
| author | ilotterytea <iltsu@alright.party> | 2025-05-10 02:53:21 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-05-10 02:53:21 +0500 |
| commit | d6c9c3b76ddaaff3a765b4550a237935bcc12d27 (patch) | |
| tree | 32de8d7ac5977be85de7e3af2a5dccc71f3d8525 /src | |
| parent | a85cb89789fd59ab4240c9fbb7b8d2dde8f5d99a (diff) | |
fix: button classes
Diffstat (limited to 'src')
| -rw-r--r-- | src/partials.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partials.php b/src/partials.php index 274e3ee..b7640af 100644 --- a/src/partials.php +++ b/src/partials.php @@ -13,11 +13,11 @@ function html_navigation_bar() <a href="/emotes" class="button">Emotes</a> <?php if (EMOTESET_PUBLIC_LIST): ?> - <a href="/emotesets.php">Emotesets</a> + <a href="/emotesets.php" class="button">Emotesets</a> <?php endif; ?> <?php if (ACCOUNT_PUBLIC_LIST): ?> - <a href="/users.php">Users</a> + <a href="/users.php" class="button">Users</a> <?php endif; ?> <?php if (EMOTE_UPLOAD && (ANONYMOUS_UPLOAD || (isset($_SESSION["user_role"]) && $_SESSION["user_role"]["permission_upload"]))) { |
