Browse code

Remove a forgotten template var dump

Benjamin Roth authored on17/01/2021 15:16:50
Showing1 changed files
... ...
@@ -1,5 +1,4 @@
1 1
 <?php $this->block('content'); ?>
2
-<?php $this->dumpTemplateVars(); ?>
3 2
 <div class="<?= $this->class ?> block"<?= $this->cssID ?><?php if ($this->style): ?> style="<?= $this->style ?>"<?php endif; ?>>
4 3
 
5 4
   <?php if ($this->headline): ?>