panels-onecol-reset-clean.tpl.php in Clean Markup 7.2
Same filename and directory in other branches
Template for a panel layout without any wrapper.
This template provides a very simple reset panel display layout, which has no markup.
Variables:
- $content: An array of content, each item in the array is keyed to one panel of the layout. This layout supports the following sections: $content['middle']: The only panel in the layout.
File
modules/clean_markup_panels/plugins/layouts/onecol_reset_clean/panels-onecol-reset-clean.tpl.phpView source
<?php
/**
* @file
* Template for a panel layout without any wrapper.
*
* This template provides a very simple reset panel display layout, which has no
* markup.
*
* Variables:
* - $content: An array of content, each item in the array is keyed to one
* panel of the layout. This layout supports the following sections:
* $content['middle']: The only panel in the layout.
*/
print $content['middle'];