From 141f957b03b800529c941332e557fa4cf65b07b1 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sat, 10 Jul 2010 23:54:37 -0700 Subject: [PATCH] updated site title --- lib/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init.php b/lib/init.php index 34b72ec..a46bb52 100644 --- a/lib/init.php +++ b/lib/init.php @@ -4,7 +4,7 @@ ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . dirname(realpath(__FILE__))); - define ('SITE_TITLE', 'plog'); + define ('SITE_TITLE', 'gabriel dunne'); define ('LOCAL_ROOT', '/home/quilime/gabrieldunne-site/'); define ('WEB_ROOT', 'http://dev.gabrieldunne.com/'); -- 2.34.1