You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
914 B
HTML
12 lines
914 B
HTML
<div class="footer-space"></div>
|
|
<div class="footer">
|
|
<section class="wrap">
|
|
<div class="nav table">
|
|
<a href="{:U('Index/index',array('account'=>I('account')))}" class="item table-cell <eq name='CONTROLLER_NAME' value='Index'>current</eq>"><i class="icon icon-index"></i><span>首页</span></a>
|
|
<a href="{:U('Game/index',array('account'=>I('account')))}" class="item table-cell <eq name='CONTROLLER_NAME' value='Game'>current</eq>"><i class="icon icon-game"></i><span>游戏</span></a>
|
|
<a href="{:U('Gift/index',array('account'=>I('account')))}" class="item table-cell <eq name='CONTROLLER_NAME' value='Gift'>current</eq>"><i class="icon icon-gift"></i><span>礼包</span></a>
|
|
<a href="{:U('Open/index',array('account'=>I('account')))}" class="item table-cell <eq name='CONTROLLER_NAME' value='Open'>current</eq>"><i class="icon icon-open"></i><span>开服</span></a>
|
|
</div>
|
|
</section>
|
|
</div>
|