owner_guid, "", 6, 0, false); echo "

".elgg_echo('bookmarks:group')."

"; if($bookmarks){ foreach($bookmarks as $b){ //get the owner $owner = $b->getOwnerEntity(); //get the time $friendlytime = friendly_time($b->time_created); //get the bookmark title $info = "

address}\">{$b->title}

"; //get the user details $info .= "

{$friendlytime} "; //get the bookmark description if($s->description) $info .= "".elgg_echo('bookmarks:more')."

{$s->description}

"; else $info .= "

"; //display echo "
" . $info . "
"; } } else { echo "

" . elgg_echo("bookmarks:none") . "

"; } echo "
";