summaryrefslogtreecommitdiff
path: root/modules/developer/views/block_html.txt.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-03-15 19:27:30 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-03-15 19:27:30 +0000
commit6ac6c6a7e0824d8fda81e36240818f9b7e9c4696 (patch)
treea5ad572c446667f8ab5fef3d2e0c6b63043344c2 /modules/developer/views/block_html.txt.php
parent7c5ba9d4229a6e3c258f6a80769e70c5dcd68578 (diff)
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.
Diffstat (limited to 'modules/developer/views/block_html.txt.php')
-rw-r--r--modules/developer/views/block_html.txt.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/developer/views/block_html.txt.php b/modules/developer/views/block_html.txt.php
new file mode 100644
index 00000000..b0e07a1a
--- /dev/null
+++ b/modules/developer/views/block_html.txt.php
@@ -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>