PHP Classes

File: demo/views/404.tpl.php

Recommend this page to a friend!
  Classes of Nikos M.   PHP Login System Manager   demo/views/404.tpl.php   Download  
File: demo/views/404.tpl.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Login System Manager
Manage user register and login in a single script
Author: By
Last change:
Date: 1 year 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'); ?>