|
|
@@ -19,10 +19,10 @@ foreach($xml->entry as $entry) { |
|
|
|
<span class="level"><?php echo $entry->level; ?></span>
|
|
|
|
<?php button_modif_level("level_up", $entry->nom, "<i class='ionicons ion-arrow-graph-up-right'></i>"); ?>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-7">
|
|
|
|
<h2><strong><?php echo $entry->nom; ?></strong></h2>
|
|
|
|
<div class="col-lg-5 player_name">
|
|
|
|
<?php echo $entry->nom; ?>
|
|
|
|
</div>
|
|
|
|
<div class="col-lg-1">
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<?php trans("trans_dark", $entry->nom, "#8128B5"); ?><?php trans("trans_light", $entry->nom, "#ADDFFF"); ?><?php trans("trans_default", $entry->nom, "#AAA"); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|