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