http://3.ii.gl/nhabjNNZb.png Guild list now also shows logo, motd, average level and guild level

This commit is contained in:
Znote
2014-11-15 20:35:58 +01:00
parent 20c4ee67bd
commit da8feec5d8
3 changed files with 65 additions and 17 deletions

View File

@@ -503,7 +503,7 @@ function check_image($image) {
// Check guild logo
function logo_exists($guild) {
$guild = sanitize($guild);
if (file_exists('engine/guildimg/'.$guild.'.gif')) {
echo'engine/guildimg/'.$guild.'.gif';