From ddbf897a3d73b093fe1c53aac2a2beceae1cec18 Mon Sep 17 00:00:00 2001
From: Eric Rasmussen <erasmussen2@unl.edu>
Date: Mon, 21 Mar 2011 21:48:19 +0000
Subject: [PATCH] Capital F

---
 www/landscape/outdoorevents/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/landscape/outdoorevents/index.php b/www/landscape/outdoorevents/index.php
index bf1868d..482e859 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
-- 
GitLab