信息推荐显示
parent
56b584f0e6
commit
6329909c52
@ -0,0 +1,49 @@
|
||||
<div class="articlereco">
|
||||
<div class="recotitlebg">
|
||||
<h2>Related Articles</h2>
|
||||
</div>
|
||||
<?php if (!empty($info_howtoplan)) { ?>
|
||||
<div class="articlenext">
|
||||
<a href="<?php echo $info_howtoplan->ic_url; ?>" rel="nofollow"><img
|
||||
src="<?php echo $info_howtoplan->ic_photo; ?>"
|
||||
alt="<?php echo $info_howtoplan->ic_title; ?>" class="img-responsive"></a>
|
||||
<span class="categorycenter"><?php echo $root_detail->ic_url_title; ?></span>
|
||||
<span class="articlenexttitle"><a
|
||||
href="<?php echo $info_howtoplan->ic_url; ?>"><?php echo $info_howtoplan->ic_url_title; ?></a></span>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php if (!empty($info_besttime)) { ?>
|
||||
<div class="articlenext">
|
||||
<a href="<?php echo $info_besttime->ic_url; ?>" rel="nofollow"><img
|
||||
src="<?php echo $info_besttime->ic_photo; ?>"
|
||||
alt="<?php echo $info_besttime->ic_title; ?>" class="img-responsive"></a>
|
||||
<span class="categorycenter"><?php echo $root_detail->ic_url_title; ?></span>
|
||||
<span class="articlenexttitle"><a
|
||||
href="<?php echo $info_besttime->ic_url; ?>"><?php echo $info_besttime->ic_url_title; ?></a></span>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php if (!empty($info_topthings)) { ?>
|
||||
<div class="articlenext">
|
||||
<a href="<?php echo $info_topthings->ic_url; ?>" rel="nofollow"><img
|
||||
src="<?php echo $info_topthings->ic_photo; ?>"
|
||||
alt="<?php echo $info_topthings->ic_title; ?>" class="img-responsive"></a>
|
||||
<span class="categorycenter"><?php echo $root_detail->ic_url_title; ?></span>
|
||||
<span class="articlenexttitle"><a
|
||||
href="<?php echo $info_topthings->ic_url; ?>"><?php echo $info_topthings->ic_url_title; ?></a></span>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php if (!empty($info_hotel)) { ?>
|
||||
<div class="articlenext">
|
||||
<a href="<?php echo $info_hotel->ic_url; ?>" rel="nofollow"><img
|
||||
src="<?php echo $info_hotel->ic_photo; ?>"
|
||||
alt="<?php echo $info_hotel->ic_title; ?>" class="img-responsive"></a>
|
||||
<span class="categorycenter"><?php echo $root_detail->ic_url_title; ?></span>
|
||||
<span class="articlenexttitle"><a
|
||||
href="<?php echo $info_hotel->ic_url; ?>"><?php echo $info_hotel->ic_url_title; ?></a></span>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
Loading…
Reference in New Issue