diff options
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"]))) { |
