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