s
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<?foreach($content['stuff'] as $news):?>
|
<?foreach($content['stuff'] as $news):?>
|
||||||
|
|
||||||
<h2 class="antitle"><?=$news['title']?></h2>
|
<h2 class="antitle"><?=$news['title']?></h2>
|
||||||
<!--<p><?=$content['authorname']?></p>, <p><?=$content['authordescript']?></p>-->
|
<p style="font-size:16px;color:#616161"><span><strong><?=$content['authorname']?></strong></span>, <span><?=$content['authordescript']?></span></p>
|
||||||
<?if ($news['img'] !== ''):?>
|
<?if ($news['img'] !== ''):?>
|
||||||
<figure class="anphoto">
|
<figure class="anphoto">
|
||||||
<?if (in_array($news['img'], ['jpg', 'png', 'gif', 'jpeg', 'JPG'])):?>
|
<?if (in_array($news['img'], ['jpg', 'png', 'gif', 'jpeg', 'JPG'])):?>
|
||||||
|
|||||||
Reference in New Issue
Block a user