From 58cdd83ad389d4b4ad579ebcd9ebfa96c2ecae3f Mon Sep 17 00:00:00 2001
From: Seth Meranda <smeranda2@unl.edu>
Date: Mon, 30 Nov 2009 15:08:23 +0000
Subject: [PATCH] changed page title

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

diff --git a/customindex/index.php b/customindex/index.php
index b18de1ba..d8747211 100644
--- a/customindex/index.php
+++ b/customindex/index.php
@@ -22,6 +22,6 @@
 
 
 	// Draw page
-	echo page_draw(elgg_echo(' Huskers Around The World'), $body);
+	echo page_draw(elgg_echo('Your UNL Social Network'), $body);
 
 ?>
-- 
GitLab