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

White label custom logo should not link to matomo.org #15868

Open
jmumby opened this issue Apr 27, 2020 · 0 comments
Open

White label custom logo should not link to matomo.org #15868

jmumby opened this issue Apr 27, 2020 · 0 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@jmumby
Copy link

jmumby commented Apr 27, 2020

When logged out the white label logo links to Matomo.org

<a href="https://matomo.org" tabindex="-1" title="">
                <img src="https://example.com/logo-header.png?matomo" alt="Powered by Matomo">
                </a>

This should link to a custom url or be the same as the logged in custom logo behaviour.

<a href="index.php" tabindex="-1" title="">
                <img src="https://example.com/logo-header.png?matomo" alt="Powered by Matomo">
                </a>
@tsteur tsteur added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Apr 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

3 participants