mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
2fd786fc18
commit
565ca59b57
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user