diff dnd-library.tpl.php @ 2:5a44c430b7ac

Added dnd_test module, tons and tons of fixes and changes.
author David Eads <eads@chicagotech.org>
date Tue, 17 Feb 2009 15:34:56 -0600
parents
children c2eb995212bf
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dnd-library.tpl.php	Tue Feb 17 15:34:56 2009 -0600
@@ -0,0 +1,11 @@
+<div id="<?php print $library_id; ?>">
+  <div class="header">
+    <?php print $header; ?>
+  </div>
+  <div class="library">
+    <?php print implode('', $items); ?>
+  </div>
+  <div class="footer">
+    <?php print $footer; ?>
+  </div>
+</div>