You are here

twocol_63_37_stacked.inc in Panels Extra Layouts 7

File

plugins/layouts/twocol_63_37_stacked/twocol_63_37_stacked.inc
View 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',
  'regions' => array(
    'header' => t('header'),
    'left' => t('left'),
    'right' => t('right'),
    'footer' => t('footer'),
  ),
);