mobliehtmnavigation.html 911 Bytes
<ul class="navList">
		<foreach>
			<li style="width:{{width}}%;background-color:{{bgcolor}}">
				<a <?php if('{{url}}' != ''): ?>href="{{url}}"<?php endif; ?>>
                                        <if condition="{{seticon}} eq 3">
					   <div></div>
                                        <else/>
                                         <img  style="width:{{sliderExample}}px;height:{{sliderExample}}px" src="{{navicon}}" />
                                         </if>
                                      <if condition="{{seticon}} eq 2">
                                      <span  class="navtit navtit1" style="color:{{txtcolor}}" >{{title}}</span>
                                      <else/>
                                      <span  class="navtit" style="color:{{txtcolor}}" >{{title}}</span>
                                      </if>
					
					
				</a>
			</li>
		</foreach>	
		</ul>