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

Commit b814906

Browse files
committed
BUG: refs #0339. Authenticate to the piwik map widget
1 parent 6514734 commit b814906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statistics/views/index/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $this->headScript()->appendFile($this->moduleWebroot . '/public/js/jqplot/jqplot
4343
<div id="widgetIframeLive"><iframe width="100%" height="650" src="<?php echo $this->piwikUrl?>/index.php?module=Widgetize&action=iframe&moduleToWidgetize=Live&actionToWidgetize=widget&idSite=<?php echo $this->piwikId?>&language=en&period=day&date=today&disableLink=1&widget=1&token_auth=<?php echo $this->piwikKey?>" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>
4444
</div>
4545
<div id="tabs-map">
46-
<div id="widgetIframeMap"><iframe width="100%" height="650" src="<?php echo $this->piwikUrl?>/index.php?module=Widgetize&action=iframe&moduleToWidgetize=UserCountryMap&actionToWidgetize=worldMap&idSite=<?php echo $this->piwikId?>&period=week&date=today&disableLink=1&widget=1" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>
46+
<div id="widgetIframeMap"><iframe width="100%" height="650" src="<?php echo $this->piwikUrl?>/index.php?module=Widgetize&action=iframe&moduleToWidgetize=UserCountryMap&actionToWidgetize=worldMap&idSite=<?php echo $this->piwikId?>&period=week&date=today&disableLink=1&widget=1&token_auth=<?php echo $this->piwikKey?>" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>
4747
</div>
4848
<div id="tabs-configuration">
4949
<div id="widgetIframeConfiguration"><iframe width="100%" height="650" src="<?php echo $this->piwikUrl?>/index.php?module=Widgetize&action=iframe&moduleToWidgetize=UserSettings&actionToWidgetize=getConfiguration&idSite=<?php echo $this->piwikId?>&language=en&period=day&date=today&disableLink=1&widget=1&token_auth=<?php echo $this->piwikKey?>" scrolling="yes" frameborder="0" marginheight="0" marginwidth="0"></iframe></div>

0 commit comments

Comments
 (0)