diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-08 01:19:38 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-12-08 01:19:38 +0000 |
commit | d7adaddab7189bc493d22d96fec424aedca09b11 (patch) | |
tree | ebfd5c994083bed934bbd23fa403cadf778849fa /mod/bookmarks/bookmarklet.php | |
parent | e8380d051e50abec45b8ad3ed84ae57644b017d5 (diff) | |
download | elgg-d7adaddab7189bc493d22d96fec424aedca09b11.tar.gz elgg-d7adaddab7189bc493d22d96fec424aedca09b11.tar.bz2 |
reorganized the page views as discussed
git-svn-id: http://code.elgg.org/elgg/trunk@7559 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/bookmarks/bookmarklet.php')
-rw-r--r-- | mod/bookmarks/bookmarklet.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bookmarks/bookmarklet.php b/mod/bookmarks/bookmarklet.php index 7a2f1a16f..7a0c88a8d 100644 --- a/mod/bookmarks/bookmarklet.php +++ b/mod/bookmarks/bookmarklet.php @@ -19,7 +19,7 @@ if ($page_owner === false || is_null($page_owner) && (get_loggedin_user())) { } // get the content area header -$area1 = elgg_view('page_elements/content_header', array('context' => "mine", 'type' => 'bookmarks')); +$area1 = elgg_view('page/elements/content_header', array('context' => "mine", 'type' => 'bookmarks')); // List bookmarks $area2 = elgg_view_title(elgg_echo('bookmarks:bookmarklet')); |