We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc39b2 commit e7a06d7Copy full SHA for e7a06d7
footer_minified.inc
@@ -1,7 +1,7 @@
1
<?php if (empty($_GET['page']) || $_GET['page'] == 'dashboard' || $_GET['page'] == 'home') { ?>
2
<div class="clear"></div>
3
<div id="newsfeed" class="menutableright block">
4
- <h3><span class="glyphicon glyphicon-bullhorn text-danger"></span> <?php print s('phpList community news'); ?></h3>
+ <h3><span class="glyphicon glyphicon-bullhorn text-danger"></span> <?php print s('<a target="_blank" href="https://www.phplist.org/newslist/">phpList community news</a>'); ?></h3>
5
<?php include 'communityfeed.php'; ?>
6
</div>
7
<?php } ?>
0 commit comments