aboutsummaryrefslogtreecommitdiff
path: root/mod/bookmarks/index.php
diff options
context:
space:
mode:
authordave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-07 15:41:07 +0000
committerdave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-04-07 15:41:07 +0000
commit227e4a108a009b985377202db7412331a1b8f6a0 (patch)
treeef19ec5a2837bbbcb9a1c9db4d99c67084adc706 /mod/bookmarks/index.php
parenta2c037bb699f58e1c39e0f8bccbceb4831e89423 (diff)
downloadelgg-227e4a108a009b985377202db7412331a1b8f6a0.tar.gz
elgg-227e4a108a009b985377202db7412331a1b8f6a0.tar.bz2
mine tab selects correctly now
git-svn-id: http://code.elgg.org/elgg/trunk@5649 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/bookmarks/index.php')
-rw-r--r--mod/bookmarks/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bookmarks/index.php b/mod/bookmarks/index.php
index 187ee3fcf..32f4b23f6 100644
--- a/mod/bookmarks/index.php
+++ b/mod/bookmarks/index.php
@@ -28,7 +28,7 @@ elgg_push_breadcrumb(sprintf(elgg_echo("bookmarks:user"),$page_owner->name));
//set bookmarks header
if(page_owner() == get_loggedin_userid()) {
- $area1 .= elgg_view('page_elements/content_header', array('context' => "own", 'type' => 'bookmarks'));
+ $area1 .= elgg_view('page_elements/content_header', array('context' => "mine", 'type' => 'bookmarks'));
} else {
$area1 .= elgg_view('navigation/breadcrumbs');
$area1 .= elgg_view('page_elements/content_header_member', array('type' => 'bookmarks'));