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.
 
 
 
 
 
 
zhishifufei_php/application/kefu/view/public/container.php

15 lines
266 B

<!DOCTYPE html>
<html lang="zh-CN">
<head>
{include file="public/frame_head" /}
<title>{block name="title"}{/block}</title>
{block name="head"}{/block}
</head>
<body>
{block name="content"}{/block}
{block name="script"}{/block}
</body>
</html>