PHP Classes

File: templates/_partials/header.inc.html.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   GetMeALatte   templates/_partials/header.inc.html.php   Download  
File: templates/_partials/header.inc.html.php
Role: Example script
Content type: text/plain
Description: Example script
Class: GetMeALatte
Promote a product to be sold to a crowd
Author: By
Last change:
Date: 1 year ago
Size: 871 bytes
 

Contents

Class file image Download
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title><?= $view->escape($title) ?> - <?= site_name() ?></title>

    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    <link href="<?= site_url('/assets/materialize/css/materialize.css') ?>" rel="stylesheet" media="screen,projection"/>
    <link href="<?= site_url('/assets/css/style.css') ?>" rel="stylesheet" media="screen,projection"/>
</head>
<body>

<?php include 'top-menu.inc.html.php' ?>

<div class="section no-pad-bot" id="index-banner">
    <div class="container">
        <div class="section">
            <?php include 'messages.inc.html.php' ?>