username; $title = elgg_echo($type); $new_button = ''; if (isloggedin()) { $new_link = elgg_get_array_value('new_link', $vars, "pg/$type/$username/new"); $params = array( 'href' => $new_link = elgg_normalize_url($new_link), 'text' => elgg_echo("$type:new"), 'class' => 'action-button right', ); $new_button = elgg_view('output/url', $params); } echo <<$title $new_button HTML;