You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
481 B
21 lines
481 B
<?php
|
|
if(!defined('InEmpireCMS'))
|
|
{
|
|
exit();
|
|
}
|
|
?>
|
|
<div class="Index-fixed-bottom">
|
|
<a href="/" rel="nofollow" class="fl">
|
|
<i class="iconfont icon-shouye"></i><br>
|
|
<span>首页</span>
|
|
|
|
</a>
|
|
<a href="/list/1-0-0-0-0.html" class="fl">
|
|
<i class="iconfont icon-fenlei"></i><br>
|
|
<span>分类</span>
|
|
</a>
|
|
<a href="/e/member/cp/" class="fl ">
|
|
<i class="iconfont icon-wode"></i><br>
|
|
<span>我的</span>
|
|
</a>
|
|
</div>
|