Example #1
0
<?php

include "lib/stdlib.php";
// page("Page Title", "body class")
$page = new Page("Services", "services");
$page->PrintHeader();
?>

<!--Add Content here -->

<?php 
include "admin/data/blocks/Services.html";
?>


<?php 
$page->PrintFooter();
?>