Skip to content

Commit f41517c

Browse files
authored
Merge pull request coral-erm#410 from caltechlibrary/406-dev-footer
Issue coral-erm#406: update development branch version number, copyright year, and links
2 parents b1a790f + cc03b08 commit f41517c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

templates/footer.php

+5-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@
2424
<div class="push">&nbsp;</div>
2525
</div>
2626

27-
<div class="footer"><?php echo _("Copyright");?> &copy; 2018. <?php echo _("CORAL version");?> 3.0.0<br/>
28-
<a href="http://coral-erm.org/"><?php echo _("CORAL Project Website");?></a> |
29-
<a href="https://github.com/Coral-erm/Coral/issues"><?php echo _("Report an Issue");?></a></div>
27+
<div class="footer">
28+
<?php echo _("Copyright");?> &copy; <?php echo date('Y'); ?>. <?php echo _("CORAL version");?> DEVELOPMENT<br/>
29+
<a href="http://coral-erm.org/"><?php echo _("CORAL Project Website");?></a> |
30+
<a href="https://github.com/coral-erm/coral/issues"><?php echo _("Report an Issue");?></a>
31+
</div>
3032
</body>
3133
</html>

0 commit comments

Comments
 (0)