[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

   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>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7