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

8 lines
262 B
PHP

<?php
include('./module/redirection/lang/'. $this->getData(['config', 'i18n', 'langAdmin']) . '/lex_redirection.php');
// Passage des valeurs à index.js.php
?>
<script>
var textConfig = <?php echo '"'.$text['redirection_view']['index'][0] .'"' ; ?>;
</script>