Files
eng.vidok.com/templates/articles/articles-miniatures.php
2025-03-06 19:27:29 +01:00

7 lines
192 B
PHP

<?php
if ( is_array( $this -> articles ) ) foreach ( $this -> articles as $article )
{
$tpl = new \Tpl;
$tpl -> article = $article;
echo $tpl -> render( 'articles/article-miniature' );
}