Wie muss ich das Template info_default.html5 anpassen, so dass das Profilbild eines Mitglieds in der Detailansicht ausgegeben wird?
Momentan wird statt des Bildes lediglich eine Nummer ausgegeben.

Das Standard Template info_default.html5 sieht wie folgt aus:
PHP-Code:
<div class="<?= $this->class ?> listing block"<?= $this->cssID ?><?php if ($this->style): ?> style="<?= $this->style ?>"<?php endif; ?>>

  <?php if ($this->headline): ?>
    <<?= $this->hl ?>><?= $this->headline ?></<?= $this->hl ?>>
  <?php endif; ?>

  <table class="single_record">
  <tbody>
    <?php foreach ($this->record as $col): ?>
      <tr class="<?= $col['class'?>">
        <td class="label"><?= $col['label'?></td>
        <td class="value"><?= $col['content'?></td>
      </tr>
    <?php endforeach; ?>
  </tbody>
  </table>

  <!-- indexer::stop -->
  <p class="back"><a href="<?= $this->referer ?>" title="<?= $this->back ?>"><?= $this->back ?></a></p>
  <!-- indexer::continue -->

</div>
Die Avatar Version ist 2.0.4