1.20.x layout.flexible.inc layout_flexible_template_add_row($form, &$form_state)

Handler for layout_flexible_template_configure_form() to add a new row.

File

modules/layout/layout.flexible.inc, line 197
Provides configurable (flexible) layout templates.

Code

function layout_flexible_template_add_row($form, &$form_state) {
  $form_state['redirect'] = 'admin/structure/layouts/settings/flexible-template/' . $form_state['flexible_template_name'] . '/row/add/select-widths';
}