Projet

Général

Profil

Paste
Télécharger (393 octets) Statistiques
| Branche: | Révision:

root / htmltest / sites / all / modules / panels / plugins / style_bases / pane / pane_plain_box / pane-plain-box.tpl.php @ c12e7e6a

1
<?php
2
/**
3
 * @file
4
 *
5
 * Display the box for rounded corners.
6
 *
7
 * - $pane: The pane being rendered
8
 * - $display: The display being rendered
9
 * - $content: An object containing the content and title
10
 * - $output: The result of theme('panels_pane')
11
 * - $classes: The classes that must be applied to the top divs.
12
 */
13
?>
14
<div class="<?php print $classes ?>">
15
  <?php print $output; ?>
16
</div>