From d3bf7525d2781635e631be87a7e40fec9739ee92 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 22 Aug 2009 19:18:44 +0000 Subject: added a wrapper for easier page creation and better support for rss feeds --- mostrecentimages.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'mostrecentimages.php') diff --git a/mostrecentimages.php b/mostrecentimages.php index 9b2c05c60..964216fe9 100644 --- a/mostrecentimages.php +++ b/mostrecentimages.php @@ -1,21 +1,25 @@ '; - $area2 .= $images; - $area2 .= ''; + + // this view takes care of the title on the main column and the content wrapper + $area2 = elgg_view('tidypics/content_wrapper', array('title' => $title, 'content' => $images,)); + $body = elgg_view_layout('two_column_left_sidebar', '', $area2); + page_draw($title, $body); ?> \ No newline at end of file -- cgit v1.2.3