sbgg.jetzt/page/copylink_dict.js.php

8 lines
198 B
PHP

<?php
declare(strict_types = 1);
namespace Kimendisch\Sbgg_Jetzt;
// `copylink_hint_text`
echo("let copylink_hint_text = " . json_encode(Lang_Ref::$dict->get("copylink_hint_text")) . ";");
?>