This commit is contained in:
Gabriel Pedro
2016-05-02 01:31:19 -04:00
parent afee5eab13
commit c9fd3a0fdb
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ if (isset($_GET['name']) === true && empty($_GET['name']) === false)
if ($config['country_flags'])
{ ?>
<!-- Player country data -->
<li><font class="profile_font" name="profile_font_country">Country: <?php echo '<img src="\flags\\' . $account_data['flag'] . '.png">'; ?></font></li><?php
<li><font class="profile_font" name="profile_font_country">Country: <?php echo '<img src="flags/' . $account_data['flag'] . '.png">'; ?></font></li><?php
} ?>
<!-- Player male / female -->