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