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.
25 lines
859 B
25 lines
859 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{$site_seo_title} {$site_name}</title>
|
|
<meta name="keywords" content="{$site_seo_keywords}" />
|
|
<meta name="description" content="{$site_seo_description}">
|
|
{include file="public:head" /}
|
|
<link rel="stylesheet" href="{$yf_home_path}/public/css/font-awesome/css/font-awesome.min.css">
|
|
<link rel="stylesheet" type="text/css" href="{$yf_home_path}public/css/public.css?v={:rand()}">
|
|
</head>
|
|
<body>
|
|
{include file="home/view@public:nav" /}
|
|
<div class="contenter">
|
|
<div id="bbswraper" class="inner bbs">
|
|
<div class="banner"><a href="{:url('index')}"><img src="{$yf_home_path}public/images/tbanner.png" alt=""></a></div>
|
|
{__CONTENT__}
|
|
</div>
|
|
</div>
|
|
<!--右侧悬浮窗口开始-->
|
|
{include file="home/view@public:footer" /}
|
|
<!--右侧悬浮窗口结束-->
|
|
|
|
</body>
|
|
</html>
|