4 * implementation of hook_panels_layouts
8 'title' => t('Three column 25/50/25'),
9 'category' => t('Columns: 3'),
10 'icon' => 'threecol_25_50_25.png',
11 'theme' => 'panels_threecol_25_50_25',
12 'theme arguments' => array('id', 'content'),
13 'css' => 'threecol_25_50_25.css',
15 'left' => t('Left side'),
16 'middle' => t('Middle column'),
17 'right' => t('Right side')