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

20 lines
450 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(RubyWidgetConst::dtCommonMeta); ?>
</head>
<body ruby-dt-layout>
<div class="main-container container-fluid">
<div class="page-container">
<?php echo $_content_;?>
</div>
</div>
<?php Zc::W(RubyWidgetConst::dtCommonFooter);?>
</body>
</html>