|
|
|
@ -212,7 +212,8 @@ class OC_Defaults { |
|
|
|
if ($this->themeExist('getShortFooter')) { |
|
|
|
$footer = $this->theme->getShortFooter(); |
|
|
|
} else { |
|
|
|
$footer = '<a href="'. $this->getBaseUrl() . '" target="_blank">' .$this->getEntity() . '</a>'. |
|
|
|
$footer = '<a href="'. $this->getBaseUrl() . '" target="_blank"' . |
|
|
|
' rel="noreferrer">' .$this->getEntity() . '</a>'. |
|
|
|
' – ' . $this->getSlogan(); |
|
|
|
} |
|
|
|
|
|
|
|
|