summaryrefslogtreecommitdiffstats
path: root/settings.php
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-31 23:40:22 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-31 23:40:22 -0400
commiteca49d72c47eb9b59cb3192f24a442d4d3303092 (patch)
tree70bf63e7cf73fa3642c55b750972273973579cb6 /settings.php
parent44510977870d854196a28c644a7b61c7bbe55e6f (diff)
news app welcomes the new settings popup
Diffstat (limited to 'settings.php')
-rw-r--r--settings.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.php b/settings.php
new file mode 100644
index 000000000..e2a56c88c
--- /dev/null
+++ b/settings.php
@@ -0,0 +1,5 @@
+<?php
+
+$tmpl = new OCP\Template( 'news', 'settings' );
+
+$tmpl->printPage();