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/merchant/view/public/container.php

16 lines
411 B

<!DOCTYPE html>
<html lang="zh-CN">
<head>
{include file="public/frame_head" /}
<title>{block name="title"}{/block}</title>
{block name="head_top"}{/block}
{include file="public/style" /}
{block name="head"}{/block}
</head>
<body class="gray-bg">
{block name="content"}{/block}
{block name="foot"}{/block}
{block name="script"}{/block}
{include file="public/frame_footer" /}
</body>
</html>