summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/lib/template.php')
-rw-r--r--apps/theming/lib/template.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/theming/lib/template.php b/apps/theming/lib/template.php
index 01e3ca8b7c0..a09a854ca69 100644
--- a/apps/theming/lib/template.php
+++ b/apps/theming/lib/template.php
@@ -77,6 +77,10 @@ class Template extends \OC_Defaults {
return $this->config->getAppValue('theming', 'name', $this->name);
}
+ public function getTitle() {
+ return $this->config->getAppValue('theming', 'name', $this->name);
+ }
+
public function getEntity() {
return $this->config->getAppValue('theming', 'name', $this->name);
}