From 7f01270ba106937300cf491927839d3428360d0a Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 5 Oct 2010 10:53:40 +0000 Subject: moved installation to its own viewtype git-svn-id: http://code.elgg.org/elgg/trunk@7010 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/messages/list.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 views/installation/messages/list.php (limited to 'views/installation/messages/list.php') diff --git a/views/installation/messages/list.php b/views/installation/messages/list.php new file mode 100644 index 000000000..2410103da --- /dev/null +++ b/views/installation/messages/list.php @@ -0,0 +1,18 @@ + 0) { + foreach($vars['object'] as $register => $list ) { + echo elgg_view("messages/{$register}/list", array('object' => $list)); + } +} \ No newline at end of file -- cgit v1.2.3