PHP Classes

File: demo/views/404.tpl.php

Recommend this page to a friend!
  Classes of Nikos M.   Tico PHP MVC Framework   demo/views/404.tpl.php   Download  
File: demo/views/404.tpl.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Tico PHP MVC Framework
Framework to implement MVC applications in PHP
Author: By
Last change: Update of demo/views/404.tpl.php
Date: 2 years ago
Size: 212 bytes
 

Contents

Class file image Download
<?php $this->extend('layout/base.tpl.php'); ?>

<?php $this->start('title'); ?>404 Not Found!<?php $this->end('title'); ?>

<?php $this->start('content'); ?>
<b>404 Not Found!</b>
<?php $this->end('content'); ?>