From ff21dfeef43b37009d28945a1924e4bd9b2bc56d Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 4 Mar 2010 09:50:43 +0000 Subject: Merged missing Messages interface modifications git-svn-id: http://code.elgg.org/elgg/trunk@5276 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/messages/sent.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'mod/messages/sent.php') diff --git a/mod/messages/sent.php b/mod/messages/sent.php index 0d68899b2..750e932e7 100644 --- a/mod/messages/sent.php +++ b/mod/messages/sent.php @@ -36,9 +36,6 @@ $area2 .= "
$messages, 'page_view' => "sent", 'limit' => $limit, 'offset' => $offset)); -// Sidebar menu options -//$area3 = elgg_view("messages/menu_options", array('context' => 'sent')); - // Format $body = elgg_view_layout("one_column_with_sidebar",'',$area2); -- cgit v1.2.3