summaryrefslogtreecommitdiffstats
path: root/lib/public/template.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-19 10:36:57 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-05-19 10:36:57 +0200
commit08f7d4c552bf2c1974828c332b9dc74ea9ba8dd1 (patch)
treeb978067460cb93d76c7c8125dd0d9c9e93126d47 /lib/public/template.php
parent35bd60121549aaedb398081ff05403c4e2508866 (diff)
downloadnextcloud-server-08f7d4c552bf2c1974828c332b9dc74ea9ba8dd1.tar.gz
nextcloud-server-08f7d4c552bf2c1974828c332b9dc74ea9ba8dd1.zip
document the public classes a bit more
Diffstat (limited to 'lib/public/template.php')
-rw-r--r--lib/public/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/template.php b/lib/public/template.php
index 3d1ab2c7c2e..33eefea3b80 100644
--- a/lib/public/template.php
+++ b/lib/public/template.php
@@ -99,7 +99,7 @@ function html_select_options($options, $selected, $params=array()) {
/**
- * This class provides the templates for owncloud.
+ * This class provides the template system for owncloud. You can use it to load specific templates, add data and generate the html code
*/
class Template extends \OC_Template {