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.

15 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="mnews-b"><?php foreach($posts as $row){ ?><li><span class="group">[<?php echo date("Y-m-d",$row["pubdate"]); ?>]</span><a href="<?php echo get_front_url(array("id"=>$row['id'],"catid"=>$row['typeid'],"type"=>'content')); ?>"><?php echo $row['title']; ?></a></li><?php } ?></ul>
  11. <div class="pnav clear"><?php echo $pagenav; ?></div></article>
  12. </body></html>