18 lines
328 B
PHP
18 lines
328 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @file
|
||
|
* islandora-basic-collection-wrapper.tpl.php
|
||
|
*
|
||
|
* @TODO: needs documentation about file and variables
|
||
|
*/
|
||
|
?>
|
||
|
|
||
|
<div class="islandora-basic-collection-wrapper">
|
||
|
<div class="islandora-basic-collection clearfix">
|
||
|
<?php print $collection_content; ?>
|
||
|
<?php print $collection_pager; ?>
|
||
|
</div>
|
||
|
</div>
|
||
|
|