You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
1.2 KiB

7 years ago
  1. <!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /><meta name="viewport" content="width=device-width,initial-scale=1.0">
  2. <title><?php echo $post["seotitle"];if(!empty($_GET["page"])){echo ' '.$_GET["page"];} ?></title>
  3. <meta name="keywords" content="<?php echo $post["keywords"]; ?>"><meta name="description" content="<?php echo $post["description"]; ?>">
  4. <link rel="stylesheet" href="/css/wap.css" media="all"></head><body>
  5. <header class="mheader-a"><h2 class="bt"><?php echo sysconfig('CMS_WEBNAME'); ?></h2><a href="javascript:;"><div class="phone-icon telphone"></div></a></header>
  6. @include('wap.common.header')
  7. <article class="mbanner-b mb10"><a href=""><img src="/images/banner.jpg"></a></article>
  8. <article class="mbox">
  9. <h3 class="tit"><i class="tit_icon"></i><?php echo $post["name"]; ?></h3>
  10. <ul class="mnewpic2"><?php if($posts){foreach($posts as $row){ ?>
  11. <li><a href="<?php echo get_wap_front_url(array("id"=>$row['id'],"type"=>'productdetail')); ?>"><img src="<?php echo sysconfig('CMS_BASEHOST'); echo $row['litpic']; ?>" alt="<?php echo $row['title']; ?>"></a></li><?php }} ?>
  12. </ul><div class="pnav clear"><?php echo $pagenav; ?></div></article>
  13. </body></html>