diff --git a/www/landscape/outdoorevents/index.php b/www/landscape/outdoorevents/index.php index bf1868d03e9b7ef8ecf2a1238539a22631bd1e76..482e8598691e2954d5104eb956e7423b0ce787c8 100644 --- a/www/landscape/outdoorevents/index.php +++ b/www/landscape/outdoorevents/index.php @@ -55,7 +55,7 @@ if (!empty($_POST)) { //set_include_path(dirname(dirname(dirname(dirname(__FILE__)))).'/lib/php/'.PATH_SEPARATOR.get_include_path()); require_once 'UNL/Templates.php'; -$page = UNL_Templates::factory('fixed'); +$page = UNL_Templates::factory('Fixed'); $page->doctitle = '<title>UNL | Landscape Services | Outdoor Event Space Request</title>'; $page->head .= file_get_contents('http://www.unl.edu/landscape/sharedcode/localSiteLinks.html'); $page->head .= <<<EOF