1<?php $this->append('scripts'); ?>
2<script src="/path/to/file_2.js"></script>
3<?php $this->end('scripts'); ?>
4
5<form method="post">
6<input type="text" name="foo">
7<input type="submit" value="Submit">
8</form>
9