You are here

threecol_7_62_31.inc in Panels Extra Layouts 6

File

plugins/layouts/threecol_7_62_31/threecol_7_62_31.inc
View 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'),
  ),
);