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

9 lines
253 B
PHP
Raw Normal View History

2009-01-01 00:23:29 +00:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
<ul class="g-metadata">
2018-01-28 12:43:27 +01:00
<?php foreach($metadata as $info): ?>
<li>
<strong class="caption"><?= $info["label"] ?></strong> <?= $info["value"] ?>
</li>
2018-01-28 12:43:27 +01:00
<?php endforeach; ?>
</ul>