Skip to content

Commit

Permalink
Add correct template tag
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant authored Oct 27, 2017
1 parent 3cd7da7 commit 52a308e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions micropasts/footer.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="footer">

<div class="row">
<div class="col-md-4"><a href="http://ucl.ac.uk/"><img src="http://micropasts.org/wp-content/uploads/2014/05/UCL-Logo.png" width="117" class="logoFooter"></a></div>
<div class="col-md-4"><a href="http://www.britishmuseum.org/"><img src="http://micropasts.org/wp-content/uploads/2014/05/BM-Logo.png" width="100" class="logoFooter"></a></div>
<div class="col-md-4"><a href="http://www.ahrc.ac.uk/"><img src="http://micropasts.org/wp-content/uploads/2014/05/AHRC-Logo.png" width="149" class="logoFooter"></a></div>
<div class="col-md-4"><a href="http://ucl.ac.uk/"><img src="<?php echo site_url(); ?>/wp-content/uploads/2014/05/UCL-Logo.png" width="117" class="logoFooter"></a></div>
<div class="col-md-4"><a href="http://www.britishmuseum.org/"><img src="<?php echo site_url(); ?>/wp-content/uploads/2014/05/BM-Logo.png" width="100" class="logoFooter"></a></div>
<div class="col-md-4"><a href="http://www.ahrc.ac.uk/"><img src="<?php echo site_url(); ?>/wp-content/uploads/2014/05/AHRC-Logo.png" width="149" class="logoFooter"></a></div>
</div>

<div class="row">
Expand All @@ -21,4 +21,4 @@

<?php wp_footer(); ?>
</body>
</html>
</html>

0 comments on commit 52a308e

Please sign in to comment.