Welcome to mirror list, hosted at ThFree Co, Russian Federation.

iframe_buster_body.tpl « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8fadfc3af7a3ea021ca91551dbd1b449ceb04476 (plain)
1
2
3
{if isset($enableFrames) && !$enableFrames}
{literal}<script type="text/javascript">if(self == top) { var theBody = document.getElementsByTagName('body')[0];	theBody.style.display = 'block'; } else { top.location = self.location;	}</script>
{/literal}{/if}