footer.inc.php 1.2 KB

123456789101112131415161718192021222324
  1. <div class="section bg-inverse main-footer">
  2. <div class="container">
  3. <div class="row">
  4. <div class="col-sm-4 text-center">
  5. <a href="http://tripal.info" target="_blank">
  6. <img src="<?php print base_path() . path_to_theme() . '/dist/images/tripal.png'; ?>"
  7. alt="Tripal Logo" class="img-fluid img-max-h100">
  8. </a>
  9. </div><!-- /.col -->
  10. <div class="col-sm-4 text-center">
  11. <a href="http://tripal.info" target="_blank">
  12. <img src="<?php print base_path() . path_to_theme() . '/dist/images/tripal.png'; ?>"
  13. alt="Tripal Logo" class="img-fluid img-max-h100">
  14. </a>
  15. </div><!-- /.col -->
  16. <div class="col-sm-4 text-center">
  17. <a href="http://tripal.info" target="_blank">
  18. <img src="<?php print base_path() . path_to_theme() . '/dist/images/tripal.png'; ?>"
  19. alt="Tripal Logo" class="img-fluid img-max-h100">
  20. </a>
  21. </div><!-- /.col -->
  22. </div><!-- /.row -->
  23. </div><!-- /.container -->
  24. </div><!-- /.section -->