You are here

panels-onecol-reset-clean.tpl.php in Clean Markup 7.3

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.php
View 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'];