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

iframe_buster_header.tpl « templates « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 319aa7db662750cc2488e12a68659f780febb4dd (plain)
1
2
3
4
5
{if isset($enableFrames) && !$enableFrames}
{literal}
	<style type="text/css">body { display : none; }</style>
{/literal}
{/if}