aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/views/default/thewire/notfound.php
blob: bc53815fbc9b414cf07261ef79083e5888bc1e27 (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-2010
	 * @link http://elgg.com/
	 */

?>

	<p>
		<?php

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