summaryrefslogtreecommitdiff
path: root/sites/all/themes/zen/layouts/zen_one_sidebar_second/zen_one_sidebar_second.inc
blob: e385b68df565c58312ad56014c1d69bd25464c05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
// Plugin definition
$plugin = array(
  'title'       => t('One sidebar after content'),
  'icon'        => 'zen-one-sidebar-second.png',
  'category'    => t('Columns: 2'),
  'theme'       => 'zen_one_sidebar_second',
  'css'         => 'zen-one-sidebar-second.css',
  'admin theme' => 'zen_one_sidebar_second_admin',
  'admin css'   => 'zen-one-sidebar-second-admin.css',
  'panels'     => array(
    'content'       => t('Content'),
    'sidebar_first' => t('Sidebar'),
  ),
);