aboutsummaryrefslogtreecommitdiff
path: root/mod/messages/sent.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-04 09:50:43 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-04 09:50:43 +0000
commitff21dfeef43b37009d28945a1924e4bd9b2bc56d (patch)
tree6c3b3dab44abab739a0862a0cd76f356bf8a9fd4 /mod/messages/sent.php
parenta5ca5a8dcdc07b4a4ecb74f7efd44c1f5cd32799 (diff)
downloadelgg-ff21dfeef43b37009d28945a1924e4bd9b2bc56d.tar.gz
elgg-ff21dfeef43b37009d28945a1924e4bd9b2bc56d.tar.bz2
Merged missing Messages interface modifications
git-svn-id: http://code.elgg.org/elgg/trunk@5276 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/messages/sent.php')
-rw-r--r--mod/messages/sent.php3
1 files changed, 0 insertions, 3 deletions
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 .= "<div class='content_header_options'><a class='action_button' href='{$
// Set content
$area2 .= elgg_view("messages/forms/view",array('entity' => $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);