[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/panels/plugins/styles/corners/ -> panels-rounded-corners-box.tpl.php (source)

   1  <?php
   2  /**
   3   * @file
   4   *
   5   * Display the box for rounded corners.
   6   *
   7   * - $content: The content of the box.
   8   */
   9  ?>
  10  <div class="rounded-corner">
  11    <div class="wrap-corner">
  12      <div class="t-edge"><div class="l"></div><div class="r"></div></div>
  13      <div class="l-edge">
  14        <div class="r-edge clear-block">
  15          <?php print $content; ?>
  16        </div>
  17      </div>
  18      <div class="b-edge"><div class="l"></div><div class="r"></div></div>
  19    </div>
  20  </div>


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