diff options
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/pageshell.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/pageshell.php b/views/default/pageshell.php index eb10afc8e..e8631d83d 100644 --- a/views/default/pageshell.php +++ b/views/default/pageshell.php @@ -23,12 +23,12 @@ <title><?php echo $vars['title']; ?></title>
</head>
<body>
+ <h1><?php echo $vars['title']; ?></h1>
<?php
- echo elgg_view('messages/list', array('object' => 'messages'));
+ echo elgg_view('messages/list', array('object' => $vars['messages']));
?>
- <h1><?php echo $vars['title']; ?></h1>
<?php echo $vars['body']; ?>
</body>
</html>
\ No newline at end of file |