コード例 #1
0
ファイル: index.php プロジェクト: James88/www.yii2.com
    ?>
</a></li>
                    <?php 
}
?>
                    
                </ul>
            </div>
            <!--学霸必备结束-->
        </div>
        <div class="cl"></div>
   </div>
   <!--底部广告开始-->
   <div  class="db-ad margin-bottom33">
       <?php 
$ads = common\models\Ads::find()->where(['place' => 1])->one();
if ($ads) {
    if ($ads->url) {
        echo '<a href="' . $ads->url . '" target="_blank"><img src="' . $ads->thumb . '" width="1190" height="80" /></a>';
    } else {
        echo '<img src="' . $ads->thumb . '" width="1190" height="80" />';
    }
}
?>
   </div>
   <!--底部广告结束-->
   <!--友情链接开始-->
   <div class="friendship">
   		<div class="friendship-tit">友情链接</div>
        <ul class="friendship-nr">
            <?php