home | career | drupal | java | mac | mysql | perl | php | scala | uml | unix

Drupal example source code file (threecol_33_34_33_stacked.inc)

This example Drupal source code file (threecol_33_34_33_stacked.inc) is included in the DevDaily.com "Drupal Source Code Warehouse" project. The intent of this project is to help you "Learn Drupal by Example".

PHP - Drupal tags/keywords

33/34/33, array, bottom, column, function, items, left, php, regions, return, side, theme, title, top

The threecol_33_34_33_stacked.inc Drupal example source code

<?php


/**
 * Implementation of hook_panels_layouts().
 */
function panels_threecol_33_34_33_stacked_panels_layouts() {
  $items['threecol_33_34_33_stacked'] = array(
    'title' => t('Three column 33/34/33 stacked'),
    'icon' => 'threecol_33_34_33_stacked.png',
    'theme' => 'panels_threecol_33_34_33_stacked',
    'css' => 'threecol_33_34_33_stacked.css',
    'regions' => array(
      'top' => t('Top'),
      'left' => t('Left side'),
      'middle' => t('Middle column'),
      'right' => t('Right side'),
      'bottom' => t('Bottom')
    ),
  );

  return $items;
}

Other Drupal examples (source code examples)

Here is a short list of links related to this Drupal threecol_33_34_33_stacked.inc source code file:

new blog posts

"Drupal" is a registered trademark of Dries Buytaert.

my drupal tutorials and examples  

Copyright 1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.

Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.