9 lines
298 B
PHP
9 lines
298 B
PHP
<?php
|
|
/**
|
|
* @copyright 2010 City of Bloomington, Indiana
|
|
* @license http://www.gnu.org/licenses/agpl.txt GNU/AGPL, see LICENSE.txt
|
|
* @author Cliff Ingham <inghamn@bloomington.in.gov>
|
|
*/
|
|
$template = new Template();
|
|
$template->blocks[] = new Block('webServiceHelp.inc');
|
|
echo $template->render(); |