mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
9 lines
244 B
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>
|