mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Updates to the developer tool create module.
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.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
||||
<?= "<?php defined(\"SYSPATH\") or die(\"No direct script access.\") ?>" ?>
|
||||
|
||||
<div class="g<?= $css_id ?>Block">
|
||||
<?= "<a href=\"<?= \$item->url() ?>\">" ?>
|
||||
|
||||
<?= "<?= \$item->thumb_tag(array(\"class\" => \"gThumbnail\")) ?>" ?>
|
||||
|
||||
</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user