referers-evolution.tpl.php in Piwik Reports 6
Same filename and directory in other branches
1 theme call to referers-evolution.tpl.php
File
referers-evolution.tpl.phpView source
<div class="content">
<object width="100%" height="300" type="application/x-shockwave-flash" data="<?php
print $piwik_url;
?>/libs/open-flash-chart/open-flash-chart.swf?v2i" id="ReferersgetLastDirectEntryGraphChart">
<param name="allowScriptAccess" value="always"/>
<param name="wmode" value="opaque"/>
<param name="flashvars" value="data-file=<?php
print $data1_url;
?>"/>
</object>
</div>