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

Drupal example source code file (pane-plain-box.tpl.php)

This example Drupal source code file (pane-plain-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

div, php

The pane-plain-box.tpl.php Drupal example source code

<?php
/**
 * @file
 *
 * Display the box for rounded corners.
 *
 * - $pane: The pane being rendered
 * - $display: The display being rendered
 * - $content: An object containing the content and title
 * - $output: The result of theme('panels_pane')
 * - $classes: The classes that must be applied to the top divs.
 */
?>
<div class="<?php print $classes ?>">
  <?php print $output; ?>
</div>

Other Drupal examples (source code examples)

Here is a short list of links related to this Drupal pane-plain-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.