Skip to content
Snippets Groups Projects
Commit 314245c8 authored by Matthew Juhl's avatar Matthew Juhl
Browse files

Add wire input to Dashboard page [#306].

parent 81f0e41b
No related branches found
No related tags found
No related merge requests found
<?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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment