comment the description in the featured news
This commit is contained in:
parent
0161377552
commit
b82fe22472
|
@ -33,7 +33,8 @@
|
||||||
echo '<a href="'.$v['url'].'" title="'.$v['description'].'" ><img src="'.$v['image'].'" class="img-rounded featured-image" /></a>';
|
echo '<a href="'.$v['url'].'" title="'.$v['description'].'" ><img src="'.$v['image'].'" class="img-rounded featured-image" /></a>';
|
||||||
echo '<div class="carousel-caption">';
|
echo '<div class="carousel-caption">';
|
||||||
echo '<h4><a href="'.$v['url'].'">'.$v['title'].'</a><span class="pull-right">['.date("Y-m-d",strtotime($v['ts_published'])).']</span></h4>';
|
echo '<h4><a href="'.$v['url'].'">'.$v['title'].'</a><span class="pull-right">['.date("Y-m-d",strtotime($v['ts_published'])).']</span></h4>';
|
||||||
echo '<p>'.$v['description'].'</p></div></div>';
|
//echo '<p>'.$v['description'].'</p>';
|
||||||
|
echo '</div></div>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue