mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
skeleton adminstration page is generated as well. @todo is still generate a skeleton block and a skeleton dialog.
11 lines
268 B
PHP
11 lines
268 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<?= "<?php defined(\"SYSPATH\") or die(\"No direct script access.\") ?>" ?>
|
|
|
|
<div id="gAdmin<?= $class ?>">
|
|
<h2>
|
|
<?= "<?= t(\"$name Adminstration\") ?>" ?>
|
|
</h2>
|
|
<?= "<?= \$form ?>" ?>
|
|
|
|
</div>
|