Skip to content

Commit

Permalink
Fix issue #63
Browse files Browse the repository at this point in the history
show all files from folder in text node with alternative template
  • Loading branch information
zonky2 committed May 17, 2021
1 parent 3330de8 commit 1e569bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php foreach((array) $this->raw['path'] as $file): ?>
<?php foreach((array) $this->files as $file): ?>
<?php echo $file; ?>
<?php endforeach; ?>

0 comments on commit 1e569bd

Please sign in to comment.