Files
jasoc.org/production/links.php
2017-03-02 21:32:16 -06:00

11 lines
174 B
PHP
Executable File

<?php
include "php/classes/page.php";
$page = new Page;
$page->attr('title','The International Jairus Society : Links');
$page->content('links.php');
$page->process();
?>