diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-03-02 11:56:48 +0100 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-03-02 11:56:48 +0100 |
commit | 66ac355f7845c56589dcd6c10a92a25af48c97fc (patch) | |
tree | 6f8563c33ece2b61cfe5482bf755a87d579ed378 /files/templates | |
parent | 015ab0eb6424bbde90f36a087326e769233ac577 (diff) | |
download | nextcloud-server-66ac355f7845c56589dcd6c10a92a25af48c97fc.tar.gz nextcloud-server-66ac355f7845c56589dcd6c10a92a25af48c97fc.zip |
Getting rid of Smarty, using our own template system
Diffstat (limited to 'files/templates')
-rw-r--r-- | files/templates/index.php | 8 | ||||
-rw-r--r-- | files/templates/index.tmpl | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/files/templates/index.php b/files/templates/index.php new file mode 100644 index 00000000000..9e271bbbcd9 --- /dev/null +++ b/files/templates/index.php @@ -0,0 +1,8 @@ +<?php +/* + * Template for files + */ +?> +<h1>Files</h1> + +# TBD (again)
\ No newline at end of file diff --git a/files/templates/index.tmpl b/files/templates/index.tmpl deleted file mode 100644 index 7ea1df8644f..00000000000 --- a/files/templates/index.tmpl +++ /dev/null @@ -1,3 +0,0 @@ -<h1>Files</h1> - -# TBD (again)
\ No newline at end of file |