Skip to content

Commit

Permalink
fixup! Added right sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Apr 9, 2024
1 parent cdd08ed commit d50ace1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/includes/easyparliament/templates/html/people/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,9 @@
<a href="<?= $urls['plain'] ?>?all=1"><?= sprintf(gettext('Historical list of all %s'), $rep_plural) ?></a>
</p>
<?php } ?>
<?php include '../announcements/_sidebar_announcement_right.php'; ?>

<?php include dirname(__FILE__) . '/../announcements/_donation.php'; ?>
<?php include dirname(__FILE__) . '/../announcements/_subscribe.php'; ?>
</div>

</div>
Expand Down

0 comments on commit d50ace1

Please sign in to comment.