Add comment to "getMailHeaderColor"

pull/350/head
Lukas Reschke 9 years ago
parent 51646bb3f6
commit f7f86d61c4
  1. 5
      apps/theming/lib/template.php

@ -89,6 +89,11 @@ class Template extends \OC_Defaults {
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() {
return $this->config->getAppValue('theming', 'color', $this->color);
}

Loading…
Cancel
Save