summaryrefslogtreecommitdiff
path: root/modules/info/views/info_block.html.php
blob: 7c162767a3c447b0fefe718f88d299757004c212 (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>