From 9255088a79a034c3cdf4eb46124504b9dd0c838e Mon Sep 17 00:00:00 2001 From: ewinslow Date: Sat, 30 Oct 2010 22:15:36 +0000 Subject: Refs #2598: Converted virtually all uses of $CONFIG->wwwroot to elgg_get_site_url() git-svn-id: http://code.elgg.org/elgg/trunk@7146 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/messages/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/messages/index.php') diff --git a/mod/messages/index.php b/mod/messages/index.php index e3351d566..0f793a9f6 100644 --- a/mod/messages/index.php +++ b/mod/messages/index.php @@ -32,7 +32,7 @@ $messages = elgg_get_entities_from_metadata(array( // Set the page title $area2 = "
"; $area2 .= elgg_view_title(elgg_echo("messages:inbox"))."
"; -$area2 .= "
"; +$area2 .= "
" . elgg_echo('messages:compose') . "
"; // Display them. The last variable 'page_view' is to allow the view page to know where this data is coming from, // in this case it is the inbox, this is necessary to ensure the correct display -- cgit v1.2.3