示例#1
0
"/>
    <link rel="stylesheet" href="<?php 
echo $GLOBALS['app']['scheme'];
?>
://<?php 
echo $GLOBALS['app']['host'];
?>
/static/css/lawyer.css" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimal-ui">
    <meta http-equiv="cleartype" content="on">

    <link rel="stylesheet" href="css/nightkiss.css">

    <script type="text/javascript">
        var app = app || <?php 
echo proverb_encode($GLOBALS['app']);
?>
;
    </script>

</head>
<body ontouchstart="" class="">

<div class="main">


    <section class="start is-active">
        <button class="button-enter js-enter-game">青春在线创投基金</button>
    </section>

 public function getLastMedia()
 {
     header('Content-type:text/json');
     $json = array('medias' => getAllMedias(0, "", "", 1));
     echo proverb_encode($json);
 }