0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
gallery
/
3.0.9-21
/
standard
/
htdocs
/
modules
/
info
/
views
/
[
Home
]
File: info_block.html.php
<?php defined("SYSPATH") or die("No direct script access.") ?> <ul class="g-metadata"> <? foreach($metadata as $info): ?> <li> <strong class="caption"><?= $info["label"] ?></strong> <?= $info["value"] ?> </li> <? endforeach; ?> </ul>