summaryrefslogtreecommitdiff
path: root/modules/developer/views/dashboard_block_html.txt.php
blob: 8b1c8f5cc2439344fe55a03d1c0f3f4c311d20fa (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\" => \"g-thumbnail\")) ?>" ?>

  </a>
</div>