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