6 lines
155 B
PHP
Executable File
6 lines
155 B
PHP
Executable File
<?= $this->load_view('theme_footer', ['queries' => $this->queries], TRUE); ?>
|
|
<?php if ($foot_js != ""): ?>
|
|
<?= $foot_js ?>
|
|
<?php endif ?>
|
|
</body>
|
|
</html>
|