added custom favicon to our ssp theme
authorroot <root@login0d.fsf.org>
Thu, 28 Apr 2022 20:53:41 +0000 (16:53 -0400)
committerroot <root@login0d.fsf.org>
Thu, 28 Apr 2022 20:53:41 +0000 (16:53 -0400)
themes/fsftheme/default/includes/header.php
www/resources/icons/favicon.ico [new file with mode: 0644]

index 2dd890345116ee03dd3c54c21642678ddd5b8128..90242f8534208fd3eed42f266b2c9439e2e0db44 100644 (file)
@@ -53,7 +53,7 @@ if (array_key_exists('header', $this->data)) {
 ?></title>
 
     <link rel="stylesheet" type="text/css" href="<?php echo SimpleSAML\Module::getModuleURL('fsfdrupalauth/fsftheme.css'); ?>">
-    <link rel="icon" type="image/icon" href="/<?php echo $this->data['baseurlpath']; ?>resources/icons/favicon.ico" />
+    <link rel="icon" type="image/icon" href="<?php echo SimpleSAML\Module::getModuleURL('fsfdrupalauth/resources/icons/favicon.ico'); ?>" />
 
 <?php
 
diff --git a/www/resources/icons/favicon.ico b/www/resources/icons/favicon.ico
new file mode 100644 (file)
index 0000000..1a616bd
Binary files /dev/null and b/www/resources/icons/favicon.ico differ