1 2 3 4 5 6 7 8
<?php /** * Elgg thewire view page */ ?> <h2><?php echo elgg_echo('welcome:user'), array(get_loggedin_user()->name); ?></h2>