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 0000000000000000000000000000000000000000..e937d8740134666b3850ed7211fd368c339b04d9 --- /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