Slide 25
Slide 25 text
Code review
diff --git a/ds_bootstrap_layouts.module b/ds_bootstrap_layouts.module
index b17b762..78dbe9d 100644
--- a/ds_bootstrap_layouts.module
+++ b/ds_bootstrap_layouts.module
@@ -128,7 +128,20 @@ function ds_bootstrap_layouts_ds_layout_info() {
'form' => TRUE,
'image' => TRUE,
);
-
+
+ $layouts['bootstrap_7_5_stacked'] = array(
+ 'label' => t('Bootstrap Two Columns: 7-5 stacked'),
+ 'path' => $twocol . '/bootstrap_7_5_stacked',
+ 'regions' => array(
+ 'top' => t('Top'),
+ 'left' => t('Left'),
+ 'right' => t('Right'),
+ 'bottom' => t('Bottom'),
+ ),
+ 'form' => TRUE,
+ 'image' => TRUE,
+ );
+