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:
Tim Almdal
2009-03-15 19:27:30 +00:00
parent 7c5ba9d422
commit 6ac6c6a7e0
10 changed files with 142 additions and 59 deletions
@@ -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>