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..c7c2121 --- /dev/null +++ layouts/ninesixty_threecol_stacked/ninesixty-threecol-stacked-admin.tpl.php @@ -0,0 +1,58 @@ + + + 9, + 'left' => 3, + 'middle' => 3, + 'right' => 3, + 'bottom' => 9, + ); +?> + +
> +
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
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..552733d --- /dev/null +++ layouts/ninesixty_threecol_stacked/ninesixty-threecol-stacked.tpl.php @@ -0,0 +1,57 @@ + + + 12, + 'left' => 4, + 'middle' => 4, + 'right' => 4, + 'bottom' => 12, + ); +?> + +
> +
+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
\ 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..7a3b55e --- /dev/null +++ layouts/ninesixty_threecol_stacked/ninesixty_threecol_stacked.inc @@ -0,0 +1,18 @@ + t('960 - Three column stacked'), + '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 1dc9e84..5811467 100644 --- ninesixty.info +++ ninesixty.info @@ -58,6 +58,9 @@ 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 + ; Information added by drupal.org packaging script on 2010-04-25 version = "6.x-1.x-dev" core = "6.x"