diff --git a/project.php b/project.php --- a/project.php +++ b/project.php @@ -19,7 +19,8 @@ */ include_once 'inc/class.page.php'; - $projectpage = new page('Project'); +$projectpage = page::page_create('Project'); +$projectpage->head(); ?>

The SlatePermutate Project