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.
12 lines
649 B
12 lines
649 B
{include file="public:config"/}
|
|
<!--引入自定义css-->
|
|
<link rel="stylesheet" type="text/css" href="{$yf_theme_path}public/css/public.css?v={:rand()}">
|
|
<link rel="stylesheet" type="text/css" href="{$yf_theme_path}public/css/public2.css?v={:rand()}">
|
|
<!--引入阿里巴巴图库-->
|
|
<link rel="stylesheet" type="text/css" href="{$yf_theme_path}public/css/font/iconfont.css">
|
|
<!--引入jquery-->
|
|
<script type="text/javascript" src="{$yf_theme_path}public/js/jquery.js"></script>
|
|
<!--引入弹出层-->
|
|
<script type="text/javascript" src="{$yf_theme_path}public/js/widget/reveal.js"></script>
|
|
|
|
<script src="__PUBLIC__/layer/layer_home.js"></script>
|
|
|