PHP Classes

File: pri/sys/_tpl/exits.phtml

Recommend this page to a friend!
  Classes of Vallo Reima   Tiny PHP Address Book   pri/sys/_tpl/exits.phtml   Download  
File: pri/sys/_tpl/exits.phtml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tiny PHP Address Book
Manage address book stored in a database with PDO
Author: By
Last change:
Date: 7 years ago
Size: 353 bytes
 

Contents

Class file image Download
<?php /** * exit panel shell template * * @package System * @author Vallo Reima * @copyright (C)2010 */ echo ¤::HtmlDoc(); ?> <html <?php echo ¤::HtmlHtml();?>> <head> <?php echo ¤::HtmlHead(array('base'));?> </head> <body> <div class="wrapper"> <?php include(TPLD . 'exit' . TPL);?> </div> </body> </html>