diff --git a/src/Site/BlockLayout/SimpleMDText.php b/src/Site/BlockLayout/SimpleMDText.php index 838753e..b802bfa 100644 --- a/src/Site/BlockLayout/SimpleMDText.php +++ b/src/Site/BlockLayout/SimpleMDText.php @@ -10,6 +10,7 @@ use Laminas\View\Renderer\PhpRenderer; use Laminas\Form\FormElementManager; use SimpleMDText\Form\SimpleMDTextBlockForm; + $list_of_includes = get_included_files(); $parsedown_included=false; foreach ($list_of_includes as $file_path) {