- 开发无止境 -
Data: 2015-06-11 05:27:29Form: JournalClick: 14
<?php
if(isset($article_v['img'])){
?>
<img style="width:200px;height:100px;" src="<?php echo $article_v['img'] ?>" alt="" />
<?php
}
?>
<?php
if(!empty($article_v['content'])){
?>
<header class="entry-header">
<h1 class="entry-title">
<a href="/details.html" title="<?php echo $article_v['title'] ?>" rel="bookmark"><?php echo $article_v['title'] ?></a>
</h1>
</header>
<?php
}
?>
<?php
if(isset($article_v['class'])){
?>
<a href="/index.html?cate=2" rel="category"><?php echo $article_v['class'] ?></a> 分类
<?php
}
?>