cakephp2-php8/app/View/Layouts/js/default.ctp

3 lines
114 B
Text
Raw Normal View History

<?php echo $scripts_for_layout; ?>
<script type="text/javascript"><?php echo $this->fetch('content'); ?></script>