The SilverStripe CMS can be customised to change the CMS logo, link and application name.
This can be achieved with the following config.yml settings
LeftAndMain:
application_name: 'My Application'
application_link: 'http://www.example.com/'
extra_requirements_css:
- mysite/css/cms.c...