Add comment to "getMailHeaderColor"
This commit is contained in:
parent
51646bb3f6
commit
f7f86d61c4
|
@ -89,6 +89,11 @@ class Template extends \OC_Defaults {
|
||||||
return $this->config->getAppValue('theming', 'slogan', $this->slogan);
|
return $this->config->getAppValue('theming', 'slogan', $this->slogan);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Color that is used for the header as well as for mail headers
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
public function getMailHeaderColor() {
|
public function getMailHeaderColor() {
|
||||||
return $this->config->getAppValue('theming', 'color', $this->color);
|
return $this->config->getAppValue('theming', 'color', $this->color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue