| Commit | Line | Data |
|---|---|---|
| b6a6c965 | 1 | <?php |
| b6a6c965 | 2 | |
| ffb9381e EM |
3 | // Plugin definition |
| 4 | $plugin = array( | |
| 5 | 'title' => t('Three column 33/34/33'), | |
| 7caed2c7 | 6 | 'category' => t('Columns: 3'), |
| ffb9381e EM |
7 | 'icon' => 'threecol_33_34_33.png', |
| 8 | 'theme' => 'panels_threecol_33_34_33', | |
| 9 | 'css' => 'threecol_33_34_33.css', | |
| 10 | 'panels' => array( | |
| 11 | 'left' => t('Left side'), | |
| 12 | 'middle' => t('Middle column'), | |
| 13 | 'right' => t('Right side') | |
| 14 | ), | |
| 15 | ); |