mobliehtmgrouping.html 369 Bytes
<ul class="navList1" >
                  <foreach>
			<li >
				<a style="background-color:{{bgcolor}}" <?php if('{{url}}' != ''): ?>href="{{url}}"<?php endif; ?>>
					<img style="width:{{sliderExample}}px;height:{{sliderExample}}px" src="{{navicon}}" />
					<span class="navtit" ng-style="color:{{txtcolor}}">{{title}}</span>
				</a>
			</li>
			 </foreach>
		</ul>