summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-17 08:42:49 -0700
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-17 08:42:49 -0700
commit12f4494de02457d51004ca6a82c1b2160189819f (patch)
treeed801705ca0425deef6d679e3f3f7bd5c772944e /core
parent6ae6dc00e5758a7c08cc1e45ba75ca5835a9d22c (diff)
parent57f7ff2dbdbef977483c0078048181ea1b7630f2 (diff)
downloadnextcloud-server-12f4494de02457d51004ca6a82c1b2160189819f.tar.gz
nextcloud-server-12f4494de02457d51004ca6a82c1b2160189819f.zip
Merge pull request #4339 from owncloud/mimetype-defaults
Add the option to provide templates for newly created files
Diffstat (limited to 'core')
-rw-r--r--core/templates/filetemplates/template.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/templates/filetemplates/template.html b/core/templates/filetemplates/template.html
new file mode 100644
index 00000000000..f16e80cb7ef
--- /dev/null
+++ b/core/templates/filetemplates/template.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <head>
+
+ </head>
+ <body>
+
+ </body>
+</html>