Skip to content

Commit f08ab26

Browse files
authored
Update footer.phtml
1 parent 5ab0a68 commit f08ab26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/GeebyDeebyLocal/view/partials/footer.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="col-sm-6">
33
<p>Comments/questions/corrections? Contact <a href="mailto:demian.katz@villanova.edu">Demian Katz</a>
44
or read <a href="<?=$this->url('about')?>">About the Project</a>.</p>
5-
<p>Want to learn more? View the <a href="http://exhibits.library.villanova.edu/dime-novels">online exhibit</a> or listen to our <a href="<?=$this->url('podcast')?>">podcast</a>.</p>
5+
<p>Want to learn more? View the <a href="http://exhibits.library.villanova.edu/dime-novels">online exhibit</a>, read our <a href="https://dimenovels.lib.niu.edu/learn/spotlights">spotlights</a> or listen to our <a href="<?=$this->url('podcast')?>">podcast</a>.</p>
66
<p>Follow us on <a href="https://www.facebook.com/dimenovels"><img class="media-icon" src="<?=$this->url('home')?>images/facebook.png" alt=""/> Facebook</a> and <a href="https://twitter.com/DimeNovelBiblio"><img class="media-icon" src="<?=$this->url('home')?>images/twitter.png" alt="" /> Twitter</a>.</p>
77
<p>
88
<?php /* <a href="<?=$this->basePath()?>"><?=$this->escapeHtml($this->layout()->siteTitle)?></a> */ ?>

0 commit comments

Comments
 (0)