Initial commit
This commit is contained in:
12
history.php
Normal file
12
history.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
include 'php/classes/page.php';
|
||||
|
||||
$page = new Page();
|
||||
|
||||
$page->attr('title','History of FTI');
|
||||
$page->content('history.php');
|
||||
|
||||
$page->process();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user