6 lines
78 B
PHP
6 lines
78 B
PHP
|
|
||
|
<?php if ($foot_js != ""): ?>
|
||
|
<?= $foot_js ?>
|
||
|
<?php endif ?>
|
||
|
</body>
|
||
|
</html>
|