header_logo.php 556 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Modbash Clean Elgg Theme
  4. *
  5. * Copyright (c) 2015 ModBash
  6. *
  7. * @author Shane Barron <admin@modbash.com>
  8. * @copyright 2015 SocialApparatus
  9. * @license GNU General Public License (GPL) version 2
  10. * @version 1
  11. * @link http://modbash.com
  12. */
  13. ?>
  14. <section id="header">
  15. <div class="container">
  16. <div class="row">
  17. <!-- <a href="<?php echo elgg_get_site_url(); ?>"><h1><i class="fa fa-cloud"></i> <?php echo elgg_get_site_entity()->name; ?></h1></a>-->
  18. </div>
  19. </div>
  20. </section>