PHP Classes

File: app/example/view/errors/filenotfound.phtml

Recommend this page to a friend!
  Classes of Carlos Eduardo Barcelos Amaral   Base MVC Framework   app/example/view/errors/filenotfound.phtml   Download  
File: app/example/view/errors/filenotfound.phtml
Role: Sample output
Content type: text/plain
Description: Sample output
Class: Base MVC Framework
MVC framework to be the base of Web applications
Author: By
Last change: Base - 1.0.0-alpha.5.1.2

Correções diversas
Date: 7 years ago
Size: 405 bytes
 

Contents

Class file image Download
<?php $this->layout = 'default'; ?> <div class="container"> <div class="page-header"> <h1>Oops! Erro 404</h1> </div> <div class="row"> <div class="col-xs-12"> <p> O endereço solicitado não foi encontrado em nosso servidor. <br><br> Verifique se o endereço <code><?=$url?></code> informado está correto. </p> </div> </div> </div>