PHP Classes

File: contents/themes/simplecolor/view/404page.php

Recommend this page to a friend!
  Classes of Minh Tien   Noblesse CMS   contents/themes/simplecolor/view/404page.php   Download  
File: contents/themes/simplecolor/view/404page.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Noblesse CMS
Content management system with custom plugins
Author: By
Last change:
Date: 8 years ago
Size: 744 bytes
 

Contents

Class file image Download
<!-- body -->
<div class="container">

<!-- slide -->
<div class="row">
<div class="col-lg-12">

</div>
</div>
<!-- slide -->


<div class="row">
<!-- left -->
<div class="col-lg-8">
    <!-- items -->
    <div class="row">
    <div class="col-lg-12">
    <div class="well well-post-content">
    <!-- title -->
    <div class="row">
    <div class="col-lg-12"><h2>Page not found</h2></div>
    </div>
    <!-- title -->

    <!-- content -->
    <div class="row">
    <div class="col-lg-12">
    <span>This content not found in our database.</span>
    </div>
    </div>
    <!-- content -->

    </div>
    </div>

    </div>
    <!-- items -->


</div>
<!-- left -->
<!-- right -->
<?php View::makeWithPath('right',array(),System::getThemePath().'view/');?>
<!-- right -->
</div>

</div>
<!-- body -->