mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
11 lines
332 B
PHP
11 lines
332 B
PHP
<? defined("SYSPATH") or die("No direct script access."); ?>
|
|
<ul class="gWatermarks">
|
|
<? foreach ($watermarks as $watermark): ?>
|
|
<li>
|
|
<img <?= photo::img_dimensions($watermark->width, $watermark->height, 72) ?> src="<?= url::file("var/modules/watermark/$watermark->name") ?>">
|
|
</li>
|
|
<? endforeach ?>
|
|
</ul>
|
|
|
|
<?= $form ?>
|