mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-31 08:49:16 -04:00
9 lines
205 B
PHP
9 lines
205 B
PHP
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||
|
|
<? if (!empty($script)): ?>
|
||
|
|
<script>
|
||
|
|
<?= implode("\n", $script) ?>
|
||
|
|
</script>
|
||
|
|
<? endif ?>
|
||
|
|
<div id="gEditFormContainer">
|
||
|
|
<?= $form ?>
|
||
|
|
</div>
|