threecol_44_37_19_stacked.inc in Panels Extra Layouts 6
Same filename and directory in other branches
threecol_44_37_19_stacked.inc @author António P. P. Almeida <appa@perusio.net> @date Thu Apr 14 10:51:43 2011
@brief Panels plugin for a 44/37/19 stacked layout.
File
plugins/layouts/threecol_44_37_19_stacked/threecol_44_37_19_stacked.incView source
<?php
/**
* @file threecol_44_37_19_stacked.inc
* @author António P. P. Almeida <appa@perusio.net>
* @date Thu Apr 14 10:51:43 2011
*
* @brief Panels plugin for a 44/37/19 stacked layout.
*
*
*/
// Plugin definition.
$plugin = array(
'title' => t('Three column 44/37/19 stacked'),
'category' => t('Columns: 3'),
'icon' => 'threecol_44_37_19_stacked.png',
'theme' => 'threecol_44_37_19_stacked',
'css' => 'threecol_44_37_19_stacked.css',
'panels' => array(
'left' => t('Left'),
'top_middle' => t('Top middle'),
'top_right' => t('Top right'),
'right' => t('Right'),
'footer' => t('Footer'),
),
);