diff --git layouts/ninesixty_threecol_stacked/ninesixty-threecol-stacked-admin.tpl.php layouts/ninesixty_threecol_stacked/ninesixty-threecol-stacked-admin.tpl.php new file mode 100644 index 0000000..6b0f643 --- /dev/null +++ layouts/ninesixty_threecol_stacked/ninesixty-threecol-stacked-admin.tpl.php @@ -0,0 +1,69 @@ + + + 'grid-9', + // Left and right have alpha/ omega because they are wrapped by another 960 + // decleration. + 'left' => 'grid-3 alpha', + 'middle' => 'grid-3', + 'right' => 'grid-3 omega', + 'bottom' => 'grid-9', + ); + + // When there are multiple columns on the same row, we wrap them together. + $grid_wrapper = array( + // Middle wrapper is the sum of left + middile + right from the $grid + // variable. + 'middle' => 'grid-9 alpha omega', + ); +?> + +
> +
+
+
+ + +
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+ +
+
+
+
\ No newline at end of file diff --git layouts/ninesixty_threecol_stacked/ninesixty-threecol-stacked.tpl.php layouts/ninesixty_threecol_stacked/ninesixty-threecol-stacked.tpl.php new file mode 100644 index 0000000..062f06a --- /dev/null +++ layouts/ninesixty_threecol_stacked/ninesixty-threecol-stacked.tpl.php @@ -0,0 +1,69 @@ + + + 'grid-12', + // Left and right have alpha/ omega because they are wrapped by another 960 + // decleration. + 'left' => 'grid-4 alpha', + 'middle' => 'grid-4', + 'right' => 'grid-4 omega', + 'bottom' => 'grid-12', + ); + + // When there are multiple columns on the same row, we wrap them together. + $grid_wrapper = array( + // Middle wrapper is the sum of left + middile + right from the $grid + // variable. + 'middle' => 'grid-12 alpha omega', + ); +?> + +
> +
+
+
+ + +
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+ +
+
+
+
\ No newline at end of file diff --git layouts/ninesixty_threecol_stacked/ninesixty_threecol_stacked.inc layouts/ninesixty_threecol_stacked/ninesixty_threecol_stacked.inc new file mode 100644 index 0000000..295a6c2 --- /dev/null +++ layouts/ninesixty_threecol_stacked/ninesixty_threecol_stacked.inc @@ -0,0 +1,19 @@ + t('960 - Three column stacked'), + 'category' => t('Columns: 3'), + 'icon' => 'ninesixty_threecol_stacked.png', + 'theme' => 'ninesixty_threecol_stacked', + // The theme that will be used on the panels "content" page. + 'admin theme' => 'ninesixty_threecol_stacked_admin', + 'panels' => array( + 'top' => t('Top'), + 'left' => t('Left side'), + 'middle' => t('Middle column'), + 'right' => t('Right side'), + 'bottom' => t('Bottom'), + ), +); \ No newline at end of file diff --git ninesixty.info ninesixty.info index 9a7098e..42e4c30 100644 --- ninesixty.info +++ ninesixty.info @@ -58,9 +58,5 @@ settings[960 columns] = 12+16 ; Enable/disable debug styles. settings[960 debug] = 1 +; Panels layouts. You can place multiple layouts under the "layouts" folder. +plugins[panels][layouts] = layouts