1 layout.flexible.inc | layout_flexible_template_add_row($form, &$form_state) |
Handler for layout_flexible_template_configure_form() to add a new row.
File
- core/
modules/ layout/ layout.flexible.inc, line 202 - 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';
}