Mercurial > defr > drupal > scald > dnd
view dnd-library.tpl.php @ 27:9a92410be362
Fixed json decoding, which I will now proceed to throw out.
author | David Eads <eads@chicagotech.org> |
---|---|
date | Fri, 13 Mar 2009 19:34:05 -0500 |
parents | c2eb995212bf |
children | 7d6bf2dca269 |
line wrap: on
line source
<div id="<?php print $library_id; ?>" class="dnd-library-wrapper"> <div class="header"> <?php print $header; ?> </div> <div class="library"> <?php print $library; ?> </div> <div class="footer"> <?php print $footer; ?> </div> </div>