Skip to content
pane-plain-box.tpl.php 401 B
Newer Older
<?php
// $Id$
/**
 * @file
 *
 * Display the box for rounded corners.
 *
 * - $pane: The pane being rendered
 * - $display: The display being rendered
 * - $content: An object containing the content and title
 * - $output: The result of theme('panels_pane')
 * - $classes: The classes that must be applied to the top divs.
 */
?>
<div class="<?php print $classes ?>">
  <?php print $output; ?>
</div>