| 123456789101112131415161718 | 
							- <?php
 
- /**
 
-  * Modbash Clean Elgg Theme
 
-  *
 
-  * Copyright (c) 2015 ModBash
 
-  *
 
-  * @author     Shane Barron <admin@modbash.com>
 
-  * @copyright  2015 SocialApparatus
 
-  * @license    GNU General Public License (GPL) version 2
 
-  * @version    1
 
-  * @link       http://modbash.com
 
-  */
 
- $message = elgg_echo('error:default:content');
 
- ?>
 
- <div class="elgg-box-error">
 
- <?php echo $message ?>
 
- </div>
 
 
  |