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.
23 lines
876 B
23 lines
876 B
<div class="fly-footer">
|
|
<p>
|
|
<a href="{$config.domain}" target="_blank">CLTPHP.Pro</a>
|
|
{$config.copyright} ©
|
|
<a href="http://www.miitbeian.gov.cn/" target="_blank">{$config.number}</a>
|
|
<a href="http://www.cltphp.com/" target="_blank">CLTPHP 出品</a>
|
|
</p>
|
|
<p>
|
|
{volist name="linkList" id="vo"}
|
|
<a href="{$vo.url}" target="_blank">{$vo.title}</a>
|
|
{/volist}
|
|
</p>
|
|
</div>
|
|
<script>
|
|
layui.cache.page = 'jie';
|
|
layui.cache.user = {
|
|
username: '{:session("user.username")}'?'{:session("user.username")}':'游客'
|
|
,uid: -1
|
|
,avatar: '{:session("user.avatar")}'?'{:session("user.avatar")}':'__HOME__/images/avatar/00.jpg'
|
|
,experience: '{:session("user.id")}'?'{:session("user.id")}':''
|
|
,sex: '{:session("user.sex")}'?'{:session("user.sex")}':'男'
|
|
};
|
|
</script>
|