include_once('/var/www/gridley/include/settings.gridley.php'); include_once('/var/www/gridley/include/class.gridleyPage.php'); $p = new gridleyPage('City of Gridley - Modify Event'); $strHtml .= "
To modify or cancel an event, fill out the following form:
"; $p->addBodyContent($strHtml); $p->display(); ?>