| 1 |
<?php |
<?php |
| 2 |
// $Id: flexible.inc,v 1.1.2.9 2009/04/30 23:05:05 merlinofchaos Exp $ |
// $Id: flexible.inc,v 1.1.2.10 2009/04/30 23:59:55 merlinofchaos Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Implementation of hook_panels_layouts() |
* Implementation of hook_panels_layouts() |
| 1304 |
} |
} |
| 1305 |
|
|
| 1306 |
$settings = &$cache->display->layout_settings; |
$settings = &$cache->display->layout_settings; |
| 1307 |
|
panels_flexible_convert_settings($settings); |
| 1308 |
|
|
| 1309 |
$settings['items'][$_POST['left']]['width'] = $_POST['left_width']; |
$settings['items'][$_POST['left']]['width'] = $_POST['left_width']; |
| 1310 |
$settings['items'][$_POST['right']]['width'] = $_POST['right_width']; |
$settings['items'][$_POST['right']]['width'] = $_POST['right_width']; |