diff options
Diffstat (limited to 'themes/example/defaults.php')
-rw-r--r-- | themes/example/defaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/example/defaults.php b/themes/example/defaults.php index 1a2389d0bc2..3d0ae9c1c74 100644 --- a/themes/example/defaults.php +++ b/themes/example/defaults.php @@ -147,7 +147,7 @@ class OC_Theme { * Returns mail header color * @return string */ - public function getMailHeaderColor() { + public function getColorPrimary() { return '#745bca'; } |