/var/www/hkosl.com/thebh/20161004/include/navigation.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

    <div class="container">
        <nav class="navbar navbar-default">
            <div class="container-fluid">
                <!-- Brand and toggle get grouped for better mobile display -->
                <div class="navbar-header">
                    <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
                        <span class="sr-only">Toggle navigation</span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                        <span class="icon-bar"></span>
                    </button>
                    <a class="navbar-brand" href="../index.php"><img src="../images/bhLogo.png" class="logo"></a>
                </div>

                <!-- Collect the nav links, forms, and other content for toggling -->
                <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1" style="overflow-x:hidden;">
                    <ul class="nav navbar-nav navbar-right">
                        <li <?php if ($page_settings['formid'] == 'index') echo 'class="active"'?>><a href="<?= $link ?>index.php">主頁</a>
                        </li>
                        <li <?php if ($page_settings['formid'] == 'news') echo 'class="active"'?>><a href="<?= $link ?>latestnews.php">最新消息</a>
                        </li>
                        <li <?php if ($page_settings['formid'] == 'location') echo 'class="active"'?>><a href="<?= $link ?>location.php">婚宴場地</a>
                        </li>
                        <li <?php if ($page_settings['formid'] == 'about') echo 'class="active"'?>><a href="<?= $link ?>aboutus.php">關於御苑皇宴</a>
                        </li>
                        <li <?php if ($page_settings['formid'] == 'contact') echo 'class="active"'?>><a href="<?= $link ?>contact.php">聯絡我們</a>
                        </li>
                    </ul>
                </div>
                <!-- /.navbar-collapse -->
            </div>
            <!-- /.container-fluid -->
        </nav>
    </div>