Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add open-source notice to footer #1920

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions module/Application/language/en.po

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions module/Application/language/gewisweb.pot

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 19 additions & 6 deletions module/Application/language/nl.po

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions module/Application/view/partial/footer.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ use Laminas\View\Renderer\PhpRenderer;
endif ?>
<p>
&copy; 2013
- <?= date('Y') ?> S.v. GEWIS. <?php
echo $this->translate('All rights reserved.') ?>
- <?= date('Y') ?> S.v. GEWIS. <?= $this->translate('All rights reserved.') ?>
<?= $this->translate(
'Made with <3 by the ApplicatieBeheerCommissie and Web Commissie (2013 - 2022).'
'Made with <3 by the ApplicatieBeheerCommissie (2022 - now) and Web Commissie (2013 - 2022).'
) ?>
</p>
<p>
<?= $this->translate('The GEWIS website is open-source! Check out the repository on <a href="https://github.com/GEWIS/gewisweb" target="_blank"><span class="fab fa-github"></span>GitHub</a>. Or visit our <a href="https://github.com/GEWIS" target="_blank">organisation</a> for more of our awesome open-source projects.') ?>
</p>
</div>
<div class="col-sm-4">
<span class="fas fa-address-book"></span> <a href="<?= $this->url(
Expand Down
Loading