CRMEB/app/admin/view/public/container.php
2019-09-16 18:16:19 +08:00

19 lines
456 B
PHP

<!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">
<div class="wrapper wrapper-content">
{block name="content"}{/block}
{block name="foot"}{/block}
{block name="script"}{/block}
{include file="public/frame_footer" /}
</div>
</body>
</html>