mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-03-06 14:15:42 -05:00
9 lines
253 B
PHP
9 lines
253 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<ul class="g-metadata">
|
|
<?php foreach($metadata as $info): ?>
|
|
<li>
|
|
<strong class="caption"><?= $info["label"] ?></strong> <?= $info["value"] ?>
|
|
</li>
|
|
<?php endforeach; ?>
|
|
</ul>
|