home | career | drupal | java | mac | mysql | perl | php | scala | uml | unix

Drupal example source code file (panels-rounded-corners-box.tpl.php)

This example Drupal source code file (panels-rounded-corners-box.tpl.php) is included in the DevDaily.com "Drupal Source Code Warehouse" project. The intent of this project is to help you "Learn Drupal by Example".

PHP - Drupal tags/keywords

b-edge, class, clearfix, div, l-edge, php, r-edge, rounded-corner, t-edge, wrap-corner

The panels-rounded-corners-box.tpl.php Drupal example source code

<?php
/**
 * @file
 *
 * Display the box for rounded corners.
 *
 * - $content: The content of the box.
 */
?>
<div class="rounded-corner">
  <div class="wrap-corner">
    <div class="t-edge"><div class="l"></div><div class="r"></div></div>
    <div class="l-edge">
      <div class="r-edge clearfix">
        <?php print $content; ?>
      </div>
    </div>
    <div class="b-edge"><div class="l"></div><div class="r"></div></div>
  </div>
</div>

Other Drupal examples (source code examples)

Here is a short list of links related to this Drupal panels-rounded-corners-box.tpl.php source code file:

new blog posts

"Drupal" is a registered trademark of Dries Buytaert.

my drupal tutorials and examples  

Copyright 1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.

Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.