Skip to content

Commit

Permalink
Merge pull request #473 from humhub/enh/add-footer-to-global-calendar
Browse files Browse the repository at this point in the history
Enh: Add footer to global calendar
  • Loading branch information
luke- authored Apr 13, 2024
2 parents 6873077 + 39a06ea commit 013da15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

Unreleased
------------------------
- Enh #473: Add footer to global calendar

1.5.10 (March 19, 2024)
-----------------------
- Fix #470: Fix obsolete notifications
Expand All @@ -14,7 +18,7 @@ Changelog
- Enh #457: Strikethrough cancelled events in calendar view
- Enh #460: Add cancelled status in ICS files
- Fix #402: Fix layout after change page of participants list
- Fix #469: Space configuration checks permissions insufficiently
- Fix #469: Space configuration checks permissions insufficiently

1.5.8 (January 19, 2024)
------------------------
Expand Down
3 changes: 3 additions & 0 deletions views/global/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use humhub\modules\calendar\widgets\ConfigureButton;
use humhub\modules\calendar\widgets\FullCalendar;
use humhub\modules\ui\view\helpers\ThemeHelper;
use humhub\widgets\FooterMenu;

/* @var $this \humhub\modules\ui\view\components\View */
/* @var $selectors array */
Expand Down Expand Up @@ -47,3 +48,5 @@
</div>
</div>
</div>

<?= FooterMenu::widget(['location' => FooterMenu::LOCATION_FULL_PAGE]) ?>

0 comments on commit 013da15

Please sign in to comment.