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/web_client/application/views/photo_detail.html.php

8 lines
257 B
PHP
Raw Normal View History

2009-12-15 20:23:32 +00:00
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div id="photo" ref="<?= $resource->path ?>">
2009-12-15 20:23:32 +00:00
<img src="<?= $resource->resize_url ?>" title="<?= $resource->title ?>" />
</div>
<div id="photo-info">
<h1><?= $resource->title ?></hi>
</div>