forked from mirrors/easyappointments
10 lines
144 B
PHP
10 lines
144 B
PHP
|
<?php
|
||
|
/**
|
||
|
* @var string $attributes
|
||
|
*/
|
||
|
?>
|
||
|
<script <?= $attributes ?>>
|
||
|
const EALang = <?= json_encode($this->lang->language) ?>
|
||
|
</script>
|
||
|
|