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/default.php

24 lines
703 B
PHP

<!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>
<?php Zc::W(WidgetConst::commonHeader);?>
<div class="main-container container-fluid">
<div class="page-container">
<div class="page-sidebar sidebar-fixed" id="J_sidebar">
<?php Zc::W(WidgetConst::goodsSidebar);?>
</div>
<div class="page-content">
<?php Zc::W(WidgetConst::commonNotice);?>
<?php echo $_content_;?>
</div>
</div>
</div>
<?php Zc::W(WidgetConst::commonFooter);?>
</body>
</html>