"; $location_filter .= ""; $location_filter .= ""; $location_filter .= ""; $location_filter .= ""; $location_filter = "
".$location_filter."
"; // action buttons if(get_context() != 'bookmarks'){ $url = $CONFIG->wwwroot . "pg/{$type}/". $page_owner->username . "/new/"; } else { $url = $CONFIG->wwwroot . "pg/{$type}/". $page_owner->username . "/add"; } $action_buttons = "" . elgg_echo($type . ':new') . ""; $action_buttons = "
".$action_buttons."
"; } else { // if we're on an action page - we'll just have a simple page title, and no filter menu $title = "
".elgg_view_title($title = elgg_echo($type . ':add'))."
"; } } ?>