comment the description in the featured news

This commit is contained in:
wlx 2013-04-17 11:22:17 +00:00
parent 0161377552
commit b82fe22472
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@
echo '<a href="'.$v['url'].'" title="'.$v['description'].'" ><img src="'.$v['image'].'" class="img-rounded featured-image" /></a>';
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 '<p>'.$v['description'].'</p></div></div>';
//echo '<p>'.$v['description'].'</p>';
echo '</div></div>';
}
?>
</div>