From 314245c853eda5b1b7d340058699180437f98c6e Mon Sep 17 00:00:00 2001
From: Matthew Juhl <mjuhl24@gmail.com>
Date: Fri, 6 Aug 2010 19:55:19 +0000
Subject: [PATCH] Add wire input to Dashboard page [#306].

---
 .../views/default/riverdashboard/welcome.php  | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 plugins/unl_theme/views/default/riverdashboard/welcome.php

diff --git a/plugins/unl_theme/views/default/riverdashboard/welcome.php b/plugins/unl_theme/views/default/riverdashboard/welcome.php
new file mode 100644
index 00000000..e937d874
--- /dev/null
+++ b/plugins/unl_theme/views/default/riverdashboard/welcome.php
@@ -0,0 +1,20 @@
+<?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-2010
+	 * @link http://elgg.com/
+	 * 
+	 */
+	 
+?>
+<div id="content_area_user_title">
+<h2><?php echo sprintf(elgg_echo('welcome:user'), $_SESSION['user']->name); ?></h2>
+</div>
+<?php 
+echo elgg_view('thewire/forms/add');
+?>
\ No newline at end of file
-- 
GitLab