Skip to content

Commit

Permalink
link newslist to news section on the dashboard (#110)
Browse files Browse the repository at this point in the history
* link newslist to news section on the dashboard

* open link in new tab
  • Loading branch information
suelaP authored and samtuke committed Sep 25, 2019
1 parent 8cc39b2 commit e7a06d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footer_minified.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if (empty($_GET['page']) || $_GET['page'] == 'dashboard' || $_GET['page'] == 'home') { ?>
<div class="clear"></div>
<div id="newsfeed" class="menutableright block">
<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>
<?php include 'communityfeed.php'; ?>
</div>
<?php } ?>
Expand Down

0 comments on commit e7a06d7

Please sign in to comment.