blob: c589cffc2288ecf88f57f4808ed7b30f641197f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?php
/**
* Elgg thewire view page
*
* @package ElggTheWire
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
* @author Curverider <info@elgg.com>
* @copyright Curverider Ltd 2008-2009
* @link http://elgg.com/
*
*/
?>
<div id="content_area_user_title">
<h2>Welcome <?php echo $_SESSION['user']->name; ?></h2>
</div>
|