summaryrefslogtreecommitdiff
path: root/modules/info/views/info_block.html.php
blob: 88f29a883f6d24c4e2d93e18ed554aa2c4dcff03 (plain)
1
2
3
4
5
6
7
8
<?php defined("SYSPATH") or die("No direct script access.") ?>
<ul class="g-metadata">
  <? foreach($metadata as $k => $v): ?>
  <li>
    <strong class="caption"><?= $v['label'] ?></strong> <?= $v['value'] ?>
  </li>
  <?  endforeach; ?>
</ul>