</div> </div> <div class="col-lg-3 col-sm-6" style="padding: 0 10px;"> <p class="h4" style="margin-top: 32px">Guilds Overall</p> <div class="overall-score-container score-container"> <table class="table table-striped"> <thead> <tr> <th class="text-center">#</th> <th class="text-center">Guild</th> <th class="text-center">Victories</th> </tr> </thead> <tbody> <?php getGuildsScores("", $level_condition, $type_condition); ?> </tbody> </table> </div> </div> </div> <p class="text-center" style="margin-top: 5px">The victories of guilds are the amount of victories of each current guild member.</p> <?php } ?> <div id="footer"> <hr>
</div> <div class="col-sm-4" style="padding: 0 10px;"> <p class="h3">Top100 Guilds</p> <div class="top100 table-responsive"> <table class="table table-striped"> <thead> <tr> <th class="text-center">#</th> <th class="text-center">Guild</th> <th class="text-center">Victories</th> </tr> </thead> <tbody> <?php getGuildsScores("", "", "", true); ?> </tbody> </table> </div> </div> </div> <div id="footer"> <hr> <?php /* I worked hard to make PvPstats open and free for everyone. Please, do not remove the credits. */ ?> <p class="h5 text-center">● <a target="_blank" href="https://github.com/ShinDarth/PvPstats"><strong>PvPstats</strong></a> for <a target="_blank" href="<?php echo $server_url; ?>