Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Remove the CERIT logo from footer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
vyskocilpavel authored and Pavel Vyskočil committed Mar 16, 2020
1 parent e4b0f6b commit 7d1391e
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]
#### Fixed
- Removed CERIT logo from the footer

## [v2.3.1]
#### Fixed
5 changes: 1 addition & 4 deletions themes/cesnet/default/includes/footer.php
Original file line number Diff line number Diff line change
@@ -23,9 +23,6 @@
<img src="<?php echo Module::getModuleUrl('cesnet/res/img/logo-cesnet.png') ?>"
width="250px">
</a>
<a href="https://www.cerit-sc.cz">
<img src="<?php echo Module::getModuleUrl('cesnet/res/img/logo-cerit.png') ?>">
</a>
</div>
<div class="col-md-8">
<div class="row">
@@ -62,7 +59,7 @@
</div>
<div class="row">
<div class="col col-sm-12 copyright">
© 1991– <?php echo date("Y"); ?> | CESNET, z. s. p. o. &amp; CERIT-SC
© 1991– <?php echo date("Y"); ?> | CESNET, z. s. p. o.
</div>
</div>
</div>
Binary file removed www/res/img/logo-cerit.png
Binary file not shown.

0 comments on commit 7d1391e

Please sign in to comment.