Skip to content
Snippets Groups Projects
Commit 64d73bbe authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #15440 [fid] add matomo opt-out iframe

* use fid-matomo url
* customize font and colors
parent 7f38559e
No related merge requests found
<?php $optOutUrl = "https://fid-matomo.ub.uni-leipzig.de/index.php?module=CoreAdminHome&action=optOut"
. "&backgroundColor=$backgroundColor"
. "&fontColor=$fontColor"
. "&fontSize=$fontSize"
. "&fontFamily=$fontFamily"
. "&language=$language"
. "&SiteId=1"
?>
<iframe
id="matomo" name="matomo"
src="<?=$optOutUrl?>"
frameborder="0"
scrolling="no">
</iframe>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment