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

9 lines
244 B
PHP
Raw Normal View History

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