commit
3dfcb7510c
@ -99,7 +99,7 @@ function editwebpage_content(&$a) {
|
|||||||
if($layout)
|
if($layout)
|
||||||
$layoutselect = '<input type="hidden" name="layout_mid" value="' . $layout . '" />';
|
$layoutselect = '<input type="hidden" name="layout_mid" value="' . $layout . '" />';
|
||||||
else
|
else
|
||||||
$layoutselect = layout_select($itm[0]['uid']);
|
$layoutselect = layout_select($itm[0]['uid'],$itm[0]['layout_mid']);
|
||||||
|
|
||||||
|
|
||||||
$o .= replace_macros(get_markup_template('edpost_head.tpl'), array(
|
$o .= replace_macros(get_markup_template('edpost_head.tpl'), array(
|
||||||
|
Reference in New Issue
Block a user