g1chapeau/footer.php

8 lines
78 B
PHP
Raw Normal View History

2020-12-10 15:53:17 +01:00
<?php
if (isset($footerScripts)) {
echo $footerScripts;
}
?>
</body>
</html>