Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix 0019115: Trevellin theme does not display the community feed
  • Loading branch information
mariez committed Mar 18, 2018
1 parent e954aab commit bbedc03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 438 deletions.
8 changes: 4 additions & 4 deletions footer_minified.inc
@@ -1,8 +1,8 @@
<?php if (empty($_GET['page']) || $_GET['page'] == 'dashboard') { ?>
<?php if (empty($_GET['page']) || $_GET['page'] == 'dashboard' || $_GET['page'] == 'home') { ?>
<div class="clear"></div>
<div id="newsfeed" class="menutableright block">
<?php include __DIR__.'/../'.$THEMEINFO['dir'].'/rssfeed.php'; ?>
</div>
<h3><span class="glyphicon glyphicon-bullhorn text-danger"></span> <?php print s('phpList community news'); ?></h3>
<?php include 'communityfeed.php'; ?>
</div>
<?php } ?>
</div> <!-- end #content -->
Expand Down Expand Up @@ -31,4 +31,4 @@ $(document).ready(function(){
$('#edit_list_categories input.form-control').tagsinput('refresh');

});
</script>
</script>

0 comments on commit bbedc03

Please sign in to comment.