Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/includes/embed_footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<div class="wrapper">
<div class="footer-third sil-logo">
<br>
<a href="https://www.keyman.com/about/"><img id="sil-logo" src="<?php ImageRandomizer::randomizer(); ?>" alt='SIL' /></a>
<a href="https://global.sil.org/about/"><img id="sil-logo" src="<?php ImageRandomizer::randomizer(); ?>" alt='SIL' /></a>
<p>Copyright &copy; 1992-2024</p>
<p>Created by <a href="https://www.keyman.com/about/">SIL Global</a></p>
<p>Created by <a href="https://global.sil.org/about/">SIL Global</a></p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/includes/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ function getPageUrlForEditLink() {
</div>
<div class="footer-third sil-logo">
<br>
<a href="https://www.keyman.com/about/"><img id="sil-logo" src="<?php echo ImageRandomizer::randomizer(); ?>" width="50%" alt='SIL' /></a>
<p>Created by <a href="https://www.keyman.com/about/">SIL Global</a></p>
<a href="https://global.sil.org/about/"><img id="sil-logo" src="<?php echo ImageRandomizer::randomizer(); ?>" width="50%" alt='SIL' /></a>
<p>Created by <a href="https://global.sil.org/about/">SIL Global</a></p>
</div>
</div>
</div>
Expand Down
Loading