1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/modules/rwinfo/views/rwinfo_block.html.php

9 lines
247 B
PHP
Raw Normal View History

2009-09-09 18:50:04 +00:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
<ul class="g-metadata">
<? foreach($metadata as $info): ?>
2009-09-09 18:50:04 +00:00
<li>
<strong class="caption"><?= $info["label"] ?></strong> <?= $info["value"] ?>
2009-09-09 18:50:04 +00:00
</li>
<? endforeach; ?>
2009-09-09 18:50:04 +00:00
</ul>