12345678910111213141516171819 |
- <?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:404:content');
- ?>
- <div class="elgg-box-error">
- <?php echo $message ?>
- </div>
|