Newer
Older
<?php
/*
+--------------------------------------------------------------------+
| This work is published under the GNU AGPLv3 license with some |
| permitted exceptions and without any warranty. For full license |
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*/
/**
*
* @package CRM
*
*/
?>
<div class="crm-container crm-public<?php echo $class; ?>">
<div class="civi-description"><?php echo $description; ?></div>
<?php } ?>
<p><?php echo $more_link; ?></p>
<div class="crm-public-footer">
<?php echo $footer; ?>
</div>
<?php } ?>
</div>