|
|
|
@ -107,15 +107,19 @@ $plugin_count = count(glob('../../plugins/*', GLOB_ONLYDIR));
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<?php if(!plausibledatadomain&plausibledomain&plausibleembedtoken): ?>
|
|
|
|
<?php if(!plausibledatadomain&plausibledomain&plausibleembedtoken){
|
|
|
|
|
|
|
|
echo '
|
|
|
|
<div class="alert warning">
|
|
|
|
<div class="alert warning">
|
|
|
|
<span class="closebtn">×</span>
|
|
|
|
<span class="closebtn">×</span>
|
|
|
|
<strong>Warning!</strong> Plausible analytics have not been configured.
|
|
|
|
<strong>Warning!</strong> Plausible analytics have not been configured.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<?php if(plausibledatadomain&plausibledomain&plausibleembedtoken): ?>
|
|
|
|
}';
|
|
|
|
<iframe plausible-embed src="<?=plausibledomain?>/share/<?=plausibledatadomain?>?auth=<?=plausibleembedtoken?>&embed=true&theme=light&background=%23EBECED" scrolling="no" frameborder="0" loading="lazy" style="width: 1px; min-width: 100%; height: 1600px;"></iframe>
|
|
|
|
|
|
|
|
<script async src="<?=plausibledomain?>js/embed.host.js"></script>
|
|
|
|
if(plausibledatadomain&plausibledomain&plausibleembedtoken){
|
|
|
|
<?php endif; ?>
|
|
|
|
echo '
|
|
|
|
|
|
|
|
<iframe plausible-embed src="' . plausibledomain . '/share/' . plausibledatadomain . '?auth= ' . plausibleembedtoken . '&embed=true&theme=light&background=%23EBECED" scrolling="no" frameborder="0" loading="lazy" style="width: 1px; min-width: 100%; height: 1600px;"></iframe>
|
|
|
|
|
|
|
|
<script async src="' . plausibledomain . 'js/embed.host.js"></script> ';
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|