summaryrefslogtreecommitdiff
path: root/modules/gallery/views/item_edit.html.php
blob: 9aa2fb6477db20f0007653a8021cb364e73ffa06 (plain)
1
2
3
4
5
6
7
8
9
<?php defined("SYSPATH") or die("No direct script access.") ?>
<? if (!empty($script)): ?>
<script>
  <?= implode("\n", $script) ?>
</script>
<? endif ?>
<div id="gEditFormContainer">
  <?= $form ?>
</div>