コード例 #1
0
ファイル: client-outlet.php プロジェクト: noikiy/wowewe
        <meta name="apple-mobile-web-app-capable" content="yes">
        <meta name="apple-mobile-web-app-status-bar-style" content="black">

        <!-- Include the compiled Ratchet CSS -->
        <link href="./ratchet/dist/css/ratchet.css" rel="stylesheet">
        <link rel="stylesheet" href="http://libs.useso.com/js/font-awesome/4.2.0/css/font-awesome.min.css">

        <link href="./php-emoji/emoji.css" rel="stylesheet">    
    </head>
    <body>
        <header class="bar bar-nav">
            <?php 
if ($backwards) {
    ?>
                <a  data-ignore="push" class="btn btn-link btn-nav pull-left" href="<?php 
    echo \app\models\utils\BrowserHistory::previous($wx_user->gh_id, $wx_user->openid);
    ?>
">
                    <span class="icon icon-left-nav"></span>
                </a>
            <?php 
}
?>

            <a href="#outletMenuItems">
                <h1 class="title"><span class="icon icon-home"></span>&nbsp;<?php 
echo $outlet->title;
?>
&nbsp;<span class="icon icon-caret"></span></h1>        
            </a>