Skip to content

Commit

Permalink
Revert "Fix menus like char-bazaar/auctions-history etc."
Browse files Browse the repository at this point in the history
This reverts commit dd47423.
  • Loading branch information
slawkens committed Jan 18, 2025
1 parent 89be687 commit b7de8b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/tibiacom/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
} else if ($exp[0] === 'news' && $exp[1] === 'archive') {
$tmp = 'news_archive';
}
else
$tmp = $exp[0];
}
}
}
Expand Down

0 comments on commit b7de8b3

Please sign in to comment.