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

stefanbinder/piwik-frontend-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

piwik-frontend-view

To include the Piwik frontend peview link to your aloha-sidebar, you can use following code to adding it:

<script type="text/javascript">

(function (Aloha) {
        'use strict';
if (typeof Aloha != "undefined") { 
Aloha.Sidebar.right.addPanel({
                        expanded: true,
                        title: 'Piwik',
                        content: '<a class="buttonaloha" href="fepiwik/#pageurl=' + window.location.href + '">Open piwik statistics</a>'
                });
}
}(window.Aloha));

</script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published