rosehill/html/services/home.php

9 lines
297 B
PHP

<?php
/**
* @copyright 2010 City of Bloomington, Indiana
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.txt
* @author Cliff Ingham <inghamn@bloomington.in.gov>
*/
$template = new Template();
$template->blocks[] = new Block('webServiceHelp.inc');
echo $template->render();