|
|
TilbageNavn : end.php
PHP source code
Den fulde PHP kildekode for end klassen
<?
/**
* @package template
* @see INC_PATH.PAGE_END_FILE_NAME
* @copyright (c) http://Finn-Rasmussen.com
* @license http://Finn-Rasmussen.com/license/ myPHP License conditions
* @author http://Finn-Rasmussen.com
* @version 1.10
* @since 22-feb-2007
*/
/**
* The footer files
*/
require_once(INC_PATH.PAGE_FOOTER_FILE_NAME);
/**
* The Body End
*/
BodyEnd::display();
?>
|
|