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
312 B
PHP
11 lines
312 B
PHP
<?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>
|