| 123456789101112131415161718192021 | 
							- <?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
 
-  */
 
- ?>
 
- <section id="header">
 
-     <div class="container">
 
-         <div class="row">
 
-            <!-- <a href="<?php echo elgg_get_site_url(); ?>"><h1><i class="fa fa-cloud"></i> <?php echo elgg_get_site_entity()->name; ?></h1></a>-->
 
-         </div>
 
-     </div>
 
- </section>
 
 
  |