Files
gallery3/modules/info/views/info_block.html.php

9 lines
244 B
PHP

<?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>