From 98229e3edb481a469f375376b694be43bc2a1b0d Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 24 Nov 2010 22:50:57 +0000 Subject: Removing superfluous calls to insert site root in urls git-svn-id: http://code.elgg.org/elgg/trunk@7438 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/blog/blog_lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/blog/blog_lib.php') diff --git a/mod/blog/blog_lib.php b/mod/blog/blog_lib.php index 52d629a99..593495a0e 100644 --- a/mod/blog/blog_lib.php +++ b/mod/blog/blog_lib.php @@ -32,7 +32,7 @@ function blog_get_page_content_read($owner_guid = NULL, $guid = NULL) { $content = elgg_view('page_elements/content_header', array( 'context' => $owner_guid ? 'mine' : 'everyone', 'type' => 'blog', - 'all_link' => "{$CONFIG->site->url}pg/blog" + 'all_link' => "pg/blog" )); $options = array( @@ -202,7 +202,7 @@ function blog_get_page_content_friends($user_guid) { $content = elgg_view('page_elements/content_header', array( 'context' => 'friends', 'type' => 'blog', - 'all_link' => "{$CONFIG->site->url}pg/blog" + 'all_link' => "pg/blog" )); if (!$friends = get_user_friends($user_guid, ELGG_ENTITIES_ANY_VALUE, 0)) { -- cgit v1.2.3