nouveau-theatre-de-besancon/site/plugins/front-comments/snippets/front-comments-style.php

7 lines
146 B
PHP
Raw Permalink Normal View History

2024-09-10 17:14:38 +02:00
<style>
:root {
--fc-icon-chat-box-empty: url(<?= $filesPath ?>/icons/chat-box-empty.svg);
}
</style>
<?= css($filesPath . '/style.css');