PHP Classes

File: partials/__header.inc.php

Recommend this page to a friend!
  Classes of Milan Jankovic   Clean Blog OOP PHP PDO   partials/__header.inc.php   Download  
File: partials/__header.inc.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Clean Blog OOP PHP PDO
Publish pages of a blog system
Author: By
Last change:
Date: 9 days ago
Size: 620 bytes
 

Contents

Class file image Download
<!-- Page Header-->
 <header class="masthead" style="background-image: url('assets/img/home-bg.jpg')">
<div class="container position-relative px-4 px-lg-5">
                <div class="row gx-4 gx-lg-5 justify-content-center">
                    <div class="col-md-10 col-lg-8 col-xl-7">
                        <div class="site-heading">
                            <h1><?php echo SITE_NAME; ?></h1>
                            <span class="subheading"><?php echo SITE_DESCRIPTION; ?></span>
                        </div>
                    </div>
                </div>
            </div>
            </header>