forked from mirrors/easyappointments
10 lines
139 B
PHP
10 lines
139 B
PHP
|
<?php
|
||
|
/**
|
||
|
* @var string $attributes
|
||
|
*/
|
||
|
?>
|
||
|
<script <?= $attributes ?>>
|
||
|
window.App.Config = <?= json_encode(js_config()) ?>
|
||
|
</script>
|
||
|
|