Image resize and table sortable #149

Merged
OpzekerIT merged 3 commits from dev into main 2023-11-28 09:21:16 +00:00
Showing only changes of commit c61981c391 - Show all commits

View file

@ -99,7 +99,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
if (file_exists($clanInfoPath)) {
$clan = json_decode(file_get_contents($clanInfoPath), true);
if (isset($clan) && !empty($clan)) {
echo "<table>";
echo "<table class='sortable'>";
echo "<tr><th>Attribute</th><th>Value</th><th>Rank(FPP SQUAD)</th><th>Points</th></tr>";
foreach ($clanmembers['clanMembers'] as $value) {
foreach ($playerRanks as $rank) {