first commit
This commit is contained in:
7
templates/articles/articles-miniatures.php
Normal file
7
templates/articles/articles-miniatures.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
if ( is_array( $this -> articles ) ) foreach ( $this -> articles as $article )
|
||||
{
|
||||
$tpl = new \Tpl;
|
||||
$tpl -> article = $article;
|
||||
echo $tpl -> render( 'articles/article-miniature' );
|
||||
}
|
||||
Reference in New Issue
Block a user