Code: Select all
<?php echo Theme::css('https://cdn.simplecss.org/simple.min.css', false); ?>Also undisclosed remote asset inclusion is a compliance issue with EU's GDPR laws (as I think the author is based in France).
Code: Select all
<?php echo Theme::css('https://cdn.simplecss.org/simple.min.css', false); ?>There's no reason that I can see given the content of it, outside of possibly tracking page loads/traffic. At the very least disclose that there is an externally loaded asset that isn't google/boostrap/jquery.Edi wrote: Sat May 09, 2026 9:42 am Perhaps there is a certain reason to use the external stylesheet.
Code: Select all
<!-- Include CSS Styles from this theme -->
<?php echo Theme::css('https://cdn.simplecss.org/simple.min.css', false); ?>
<?php echo Theme::css('css/style.css'); ?>