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

Commit 06e6e63

Browse files
committed
Added favicon
1 parent 7323913 commit 06e6e63

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5+
[Added]
6+
- Added favicon
7+
58
[Changed]
69
- Renamed directory 'themes/bbmri-eric' to 'themes/bbmri' and file 'bbmri-eric.css' to 'bbmri.css'
710
- Fixed names in LICENSE, footer and other files

themes/bbmri/default/includes/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
?></title>
5555

5656
<link rel="stylesheet" type="text/css" href="/<?php echo $this->data['baseurlpath']; ?>resources/default.css" />
57-
<link rel="icon" type="image/icon" href="/<?php echo $this->data['baseurlpath']; ?>resources/icons/favicon.ico" />
57+
<link rel="icon" type="image/icon" href="<?php echo SimpleSAML\Module::getModuleUrl('bbmri/res/img/icons/favicon.ico'); ?>" />
5858

5959
<?php
6060

www/res/img/icons/favicon.ico

78.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)