Skip to content

Instantly share code, notes, and snippets.

@cythrawll
Created March 14, 2016 15:19
Show Gist options
  • Save cythrawll/ba17c39ac197c2b9223d to your computer and use it in GitHub Desktop.
Save cythrawll/ba17c39ac197c2b9223d to your computer and use it in GitHub Desktop.
<ul>
<?php foreach($files as $file): ?>
<li><?=$file?></li>
<?php endforeach; ?>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment