PHP Classes

File: test/subfolder/views/404.tpl.php

Recommend this page to a friend!
  Classes of Nikos M.   Tico PHP MVC Framework   test/subfolder/views/404.tpl.php   Download  
File: test/subfolder/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:
Date: 2 months ago
Size: 217 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>Sub: 404 Not Found!</b>
<?php $this->end('content'); ?>