From d84f77bbc67d0f22820a980dd2ffd05257ad4be4 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 4 Jun 2015 23:04:58 +0200 Subject: use the right webpage layout for an installed webpage if it exists --- mod/impel.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/impel.php') diff --git a/mod/impel.php b/mod/impel.php index 67a7a21a9..0b29bcf02 100644 --- a/mod/impel.php +++ b/mod/impel.php @@ -116,6 +116,7 @@ function impel_init(&$a) { $arr['title'] = $j['title']; $arr['body'] = $j['body']; $arr['term'] = $j['term']; + $arr['layout_mid'] = $j['layout_mid']; $arr['created'] = datetime_convert('UTC','UTC', $j['created']); $arr['edited'] = datetime_convert('UTC','UTC',$j['edited']); $arr['owner_xchan'] = get_observer_hash(); -- cgit v1.2.3