diff options
-rw-r--r-- | mod/riverdashboard/views/default/riverdashboard/welcome.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mod/riverdashboard/views/default/riverdashboard/welcome.php b/mod/riverdashboard/views/default/riverdashboard/welcome.php index 16b48f453..c589cffc2 100644 --- a/mod/riverdashboard/views/default/riverdashboard/welcome.php +++ b/mod/riverdashboard/views/default/riverdashboard/welcome.php @@ -12,8 +12,6 @@ */
?>
-
-<div class="contentWrapper">
-<p><b>Welcome <?php echo $_SESSION['user']->name; ?></b></p>
-<p>On this page you will find your gateway to the site and the recent activity from your network.</p>
+<div id="content_area_user_title">
+<h2>Welcome <?php echo $_SESSION['user']->name; ?></h2>
</div>
\ No newline at end of file |