| 1234567891011121314151617181920212223242526272829303132 |
- <!DOCTYPE html>
- <html lang="zh-CN" class="index_page">
- <head>
- {template header}
- <title>机构简介-{$store[tname]}-{$mymps_global[SiteName]}</title>
- <meta http-equiv="keywords" content="{$store[tname]}机构简介">
- <meta http-equiv="description" id="description" content="{echo cutstr(clear_html($store[introduce]),250)}">
- <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/global.css">
- <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/style.css">
- <link type="text/css" rel="stylesheet" href="{$mayimobile[mobiledomain]}/template/css/store.css">
- <script>window['current'] = '{echo cutstr($store[tname],28)}';</script>
- </head>
- <body class="{$mymps_global[cfg_tpl_dir]}">
- <div class="wrapper">
- {template header_search}
-
- {template store_header}
-
- <div class="clearfix"></div>
-
- <div class="mbox userintro">
- <div class="intro">
- {echo htmlspecialchars_decode($store[introduce])}
- </div>
- </div>
- </div>
- {template footer}
- </body>
- </html>
|