Files
friendshiptours.org/history.php
2015-11-12 19:58:50 -06:00

12 lines
153 B
PHP

<?php
include 'php/classes/page.php';
$page = new Page();
$page->attr('title','History of FTI');
$page->content('history.php');
$page->process();
?>