PHP Classes

File: template/project/content/empty.php

Recommend this page to a friend!
  Classes of Dave Smith   Amp Frame   template/project/content/empty.php   Download  
File: template/project/content/empty.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Amp Frame
MVC framework for developing Web applications
Author: By
Last change:
Date: 5 years ago
Size: 546 bytes
 

Contents

Class file image Download
<?php
/*
AMP Frame ver 1.0.0
Project Template
template/project/content/empty.php
Missing Content
*/
if( !defined('AFALLOW') ){
    die(
'direct access not allowed');
}
?>
<div class="jumbotron">
                <div class="row">
                    <div class="col text-center">
                        <h4>Oh No!</h4>
                        <p>There was a problem delivering the page you requested!</p>
                    </div><!-- col -->
                </div><!-- row -->
            </div><!-- jumbotron -->