PHP Classes

File: WIAdmin/WIModule/modules/header_1.php

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WIAdmin/WIModule/modules/header_1.php   Download  
File: WIAdmin/WIModule/modules/header_1.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 279 bytes
 

Contents

Class file image Download


<header class="header">
            <!-- Static navbar -->
            <div class="hed">
                <div class="m_container">
                    <div class="row">
                       
                        <?php include_once 'bbt_menu.php';?>

                       
                    </div>
                </div>
            </div>
        </header>
        <!-- End Header -->