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/modules/downloadfullsize/views/downloadfullsize_block.html.php
rWatcher 57e4d745be Initial Commit.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-06-21 07:18:29 +08:00

8 lines
315 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div class="gDownloadFullsizeBlock">
<a href="<?= url::site("downloadfullsize/send/$theme->item")
?>" title="<?= t("Download Photo") ?>"
class="gButtonLink ui-icon-left ui-state-default ui-corner-all"><?= t("Download Fullsize Image") ?></a>
</div>