nouveau-theatre-de-besancon/site/plugins/front-comments/snippets/front-comments-style.php
2024-09-10 17:14:38 +02:00

6 lines
146 B
PHP

<style>
:root {
--fc-icon-chat-box-empty: url(<?= $filesPath ?>/icons/chat-box-empty.svg);
}
</style>
<?= css($filesPath . '/style.css');