From 565ca59b57cc8cc945c669e671d2b2b99b6ad83f Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Tue, 10 Mar 2009 21:23:55 +0000 Subject: [PATCH] MINOR: #3646 - Change default application link to direct to http://www.silverstripe.org instead of http://www.silverstripe.com git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@72792 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/LeftAndMain.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index 16ed83a8..46f88545 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -976,7 +976,7 @@ JS; * @param String $name The application name * @param String $logoText The logo text */ - static $application_link = "http://www.silverstripe.com/"; + static $application_link = "http://www.silverstripe.org/"; static function setApplicationName($name, $logoText = null, $link = null) { self::$application_name = $name; self::$application_logo_text = $logoText ? $logoText : $name; @@ -1109,4 +1109,4 @@ JS; } -?> \ No newline at end of file +?>