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.

42 lines
1.8 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<if condition="ACTION_NAME eq 'publish' " >
<title>{:seo_replace(C('wap_index.seo_title'),'','wap','title')}</title>
<meta name="keywords" content="{:seo_replace(C('wap_index.seo_keyword'),'','wap','keywords')}">
<meta name="description" content="{:seo_replace(C('wap_index.seo_description'),'','wap','description')}">
<elseif condition="ACTION_NAME eq '' " />
<title>{:seo_replace(C('wap_game_list.seo_title'),'','wap','title')}</title>
<meta name="keywords" content="{:seo_replace(C('wap_game_list.seo_keyword'),'','wap','keywords')}">
<meta name="description" content="{:seo_replace(C('wap_game_list.seo_description'),'','wap','description')}">
<else />
<title>{:seo_replace(C('wap_index.seo_title'),'','wap','title')}</title>
<meta name="keywords" content="{:seo_replace(C('wap_index.seo_keyword'),'','wap','keywords')}">
<meta name="description" content="{:seo_replace(C('wap_index.seo_description'),'','wap','description')}">
</if>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="applicable-device" content="mobile">
<link rel="icon" href="{:get_cover(C('WAP_SET_ICO'),'path')}" type="image/x-icon"/>
<block name="css"></block>
<script src="__JS__/jquery-1.11.3.min.js"></script>
</head>
<body>
<block name="body"></block>
<block name="script"></block>
</body>
</html>