test.php 154 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 <?php $footer = file('./include/html_template/foot.html.template'); foreach ($footer as $key => $value) { print($value . PHP_EOL) ; }