view 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 source
<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>