threecol_7_62_31.inc in Panels Extra Layouts 6
Same filename and directory in other branches
File
plugins/layouts/threecol_7_62_31/threecol_7_62_31.incView source
<?php
// Plugin definition.
$plugin = array(
'title' => t('Three column 7/62/31'),
'category' => t('Columns: 3'),
'icon' => 'threecol_7_62_31.png',
'theme' => 'threecol_7_62_31',
'css' => 'threecol_7_62_31.css',
'panels' => array(
'Left' => t('Left'),
'Middle' => t('Middle'),
'Right' => t('Right'),
),
);