mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 19:39:16 -04:00
It now creates a fully functional sidebar block, a dialog pop up on the option menu for albums or photos, a dashboard block and an admin screen.
11 lines
269 B
PHP
11 lines
269 B
PHP
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
|
<?= "<?php defined(\"SYSPATH\") or die(\"No direct script access.\") ?>" ?>
|
|
|
|
<div id="gAdmin<?= $css_id ?>">
|
|
<h2>
|
|
<?= "<?= t(\"$name Adminstration\") ?>" ?>
|
|
</h2>
|
|
<?= "<?= \$form ?>" ?>
|
|
|
|
</div>
|