aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/theming/lib/template.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/theming/lib/template.php b/apps/theming/lib/template.php
index 741fc1daa6a..01e3ca8b7c0 100644
--- a/apps/theming/lib/template.php
+++ b/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);
}