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
This commit is contained in:
Andrew O'Neil 2009-03-10 21:23:55 +00:00 committed by Sam Minnee
parent 2fd786fc18
commit 565ca59b57

View File

@ -976,7 +976,7 @@ JS;
* @param String $name The application name * @param String $name The application name
* @param String $logoText The logo text * @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) { static function setApplicationName($name, $logoText = null, $link = null) {
self::$application_name = $name; self::$application_name = $name;
self::$application_logo_text = $logoText ? $logoText : $name; self::$application_logo_text = $logoText ? $logoText : $name;
@ -1109,4 +1109,4 @@ JS;
} }
?> ?>