summaryrefslogtreecommitdiff
path: root/modules/developer/views/block_html.txt.php
blob: b0e07a1ad917a2bf9a0182a90e1c2f81eb08b225 (plain)
1
2
3
4
5
6
7
8
9
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>