Deltacms/module/redirection/view/index/index.php

8 lines
262 B
PHP
Raw Permalink Normal View History

2022-07-05 08:16:26 +02:00
<?php
include('./module/redirection/lang/'. $this->getData(['config', 'i18n', 'langAdmin']) . '/lex_redirection.php');
// Passage des valeurs <20> index.js.php
?>
<script>
var textConfig = <?php echo '"'.$text['redirection_view']['index'][0] .'"' ; ?>;
</script>