commit
3dfcb7510c
@ -99,8 +99,8 @@ 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(
|
||||||
'$title' => t('Edit Webpage')
|
'$title' => t('Edit Webpage')
|
||||||
|
Reference in New Issue
Block a user