Skip to content
Code-Schnipsel Gruppen Projekte

fix: overwriting of the article list and article possible via all render methods

Zusammengeführt Michael Danielczok requested to merge next-1.x into 1.x
3 Dateien
+ 21
7
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
Dateien
3
@@ -37,7 +37,7 @@
<tbody>
{foreach $articles as $Article}
{$Article->toHTML()}
{$Article->toHTML($articleTemplate)}
{/foreach}
</tbody>
</table>
Lade