diff options
Diffstat (limited to 'mod/layouts.php')
-rw-r--r-- | mod/layouts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/layouts.php b/mod/layouts.php index e0021c35d..f11554364 100644 --- a/mod/layouts.php +++ b/mod/layouts.php @@ -143,7 +143,7 @@ function layouts_content(&$a) { $pages = array(); foreach($r as $rr) { $element_arr = array( - 'type' => 'block', + 'type' => 'layout', 'body' => $rr['body'], 'created' => $rr['created'], 'edited' => $rr['edited'], |