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.
pdd-order-api/app/views/layout/no_sidebar.php

19 lines
601 B
PHTML

11 months ago
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<?php Zc::W(WidgetConst::commonMeta);?>
</head>
<body id="layout-<?php echo Zc::C('appName');?>" class="body-container">
<?php Zc::W(WidgetConst::commonHeader);?>
<div class="main-container container-fluid">
<div class="page-container">
<?php Zc::W(WidgetConst::commonNotice);?>
<?php echo $_content_;?>
</div>
</div>
<?php Zc::W(WidgetConst::commonFooter);?>
</body>
</html>