zzwy2/view/layout_two.html

31 lines
1.5 KiB
HTML
Raw Normal View History

2022-10-08 09:31:39 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>{$seoTitle??''}</title>
<meta name="keywords" content="{$seoKeywords ?? ''}" />
<meta name="description" content="{$seoDescription ?? ''}" />
<link rel="stylesheet" href="__STATIC__/web/css/style.css">
<link rel="stylesheet" href="__STATIC__/web/css/media.css">
<link rel="stylesheet" href="__STATIC__/web/css/swiper.min.css">
<link rel="stylesheet" href="__STATIC__/web/css/animate.min.css">
<script type="text/javascript" src="__STATIC__/web/js/jquery1.8.3.min.js"></script>
<script type="text/javascript" src="__STATIC__/web/js/jquery.SuperSlide.2.1.3.js"></script>
<script type="text/javascript" src="__STATIC__/web/js/swiper.min.js"></script>
<script type="text/javascript" src="__STATIC__/web/js/swiper.animate1.0.3.min.js"></script>
<script type="text/javascript" src="__STATIC__/web/js/wow.js"></script>
<script type="text/javascript" src="__STATIC__/web/js/javascript.js"></script>
</head>
<body >
{:widget('menu/index', ['categoryId' => $categoryId ?? 0,'menutwo'=>true])}
2022-11-17 03:58:43 +00:00
<div class="main-content" style="min-height: calc(100vh - 259px);">
{__CONTENT__}
</div>
2022-10-08 09:31:39 +00:00
{:widget('common/footer')}
</body>
</html>