mobliehtmtitleone.html
586 Bytes
<div class="title_tar">
<a <?php if('{{url}}' != ''): ?>href="{{url}}"<?php endif; ?>>
<div class="title-img">
<img src="{{title_img}}" />
</div>
<div class="title_link" style="color:{{title_namecolor}}">
{{title_name}}
</div>
<span class="more_enter">
<span style="color:{{title_rightcolor}}">{{title_right}}</span>
<if condition="'{{title_right}}' neq null">
<i class="fa fa-chevron-right"></i>
</if>
</span>
<p class="clear"></p>
</a>
</div>