aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/views/default/thewire/notfound.php
blob: e092d37a123ed482d87a791b064dd360bf5a55eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php

	/**
	 * Elgg shout not found page
	 * 
	 * @package ElggShouts
	 * @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/
	 */

?>

	<p>
		<?php

			echo elgg_echo("thewire:notfound");
		
		?>
	</p>