增加信息页面顶部大图标签
parent
586650557a
commit
178de545fb
@ -0,0 +1,6 @@
|
||||
<?php if (!empty($ic_photo)) { ?>
|
||||
<div class="infotopimage">
|
||||
<img src="<?php echo 'https://images.chinahighlights.com'.$ic_photo; ?>"
|
||||
alt="<?php echo !empty($ic_title)?$ic_title:'H1 title Chinahighlights mobile first template'; ?>" class="img-responsive">
|
||||
</div>
|
||||
<?php } ?>
|
Loading…
Reference in New Issue