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

13 lines
368 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<script>
var parent_path = "<?= $parent_path ?>";
var current_path = "<?= $resource->path ?>";
var resource_type = "photo";
</script>
<div id="photo">
<img src="<?= $resource->resize_url ?>" title="<?= $resource->title ?>" />
</div>
<div id="photo-info">
<h1><?= $resource->title ?></hi>
</div>