[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/panels/plugins/style_bases/pane/pane_plain_box/ -> pane-plain-box.tpl.php (source)

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


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7