Browse Source

Update win_templet.htm

tags/6.2.0
tianya 1 year ago
parent
commit
543a5a577f
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/user/templets/win_templet.htm

+ 2
- 1
src/user/templets/win_templet.htm View File

@@ -11,7 +11,7 @@
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/user.css">
</head>
<body class="body-bg">
<?php pasterTempletDiy('top.htm');?>
{dede:include filename='top.htm'/}
<div class="container py-3">
<div class="row">
<div class="col-md-12">
@@ -25,5 +25,6 @@
</div>
</div>
</div>
{dede:include filename='foot.htm'/}
</body>
</html>

Loading…
Cancel
Save