twocol_63_37_stacked.inc in Panels Extra Layouts 6
Same filename and directory in other branches
File
plugins/layouts/twocol_63_37_stacked/twocol_63_37_stacked.incView source
<?php
// Plugin definition.
$plugin = array(
'title' => t('Two column 63/37 stacked'),
'category' => t('Columns: 2'),
'icon' => 'twocol_63_37_stacked.png',
'theme' => 'twocol_63_37_stacked',
'css' => 'twocol_63_37_stacked.css',
'panels' => array(
'header' => t('header'),
'left' => t('left'),
'right' => t('right'),
'footer' => t('footer'),
),
);