Skip to content

Commit e7a06d7

Browse files
suelaPsamtuke
authored andcommitted
link newslist to news section on the dashboard (#110)
* link newslist to news section on the dashboard * open link in new tab
1 parent 8cc39b2 commit e7a06d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

footer_minified.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php if (empty($_GET['page']) || $_GET['page'] == 'dashboard' || $_GET['page'] == 'home') { ?>
22
<div class="clear"></div>
33
<div id="newsfeed" class="menutableright block">
4-
<h3><span class="glyphicon glyphicon-bullhorn text-danger"></span> <?php print s('phpList community news'); ?></h3>
4+
<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>
55
<?php include 'communityfeed.php'; ?>
66
</div>
77
<?php } ?>

0 commit comments

Comments
 (0)