diff options
author | Kevin Chabowski <kevin@kch42.de> | 2011-09-21 17:00:50 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2011-09-21 17:00:50 +0200 |
commit | 8311cba002dfcaf1836530b978f944f7228ac004 (patch) | |
tree | d8ff9eac15957194a53e4c6e94d4bd9eb2d89c2d /ratatoeskr/templates/usertemplates | |
parent | a85e1fbbfbbaef176141e98a4691273cd06d0a65 (diff) | |
download | ratatoeskr-cms-8311cba002dfcaf1836530b978f944f7228ac004.tar.gz ratatoeskr-cms-8311cba002dfcaf1836530b978f944f7228ac004.tar.bz2 ratatoeskr-cms-8311cba002dfcaf1836530b978f944f7228ac004.zip |
Replaced Smarty with STE and started the backend.
Diffstat (limited to 'ratatoeskr/templates/usertemplates')
-rw-r--r-- | ratatoeskr/templates/usertemplates/foo.tpl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ratatoeskr/templates/usertemplates/foo.tpl b/ratatoeskr/templates/usertemplates/foo.tpl deleted file mode 100644 index af1564c..0000000 --- a/ratatoeskr/templates/usertemplates/foo.tpl +++ /dev/null @@ -1,14 +0,0 @@ -<{*HEADER -Ratatoeskr template -DO NOT REMOVE THIS COMMENT! ------BEGIN META----- -{ - "Content-Type": "text/html", - "ACL": { - "users": ["foo"], - "groups": [], - "rights": {"users": ["read", "write", "delete"], "groups": ["read"], "others": ["read"]} - }, "author": "Kevin Chabowski" -} ------END META----- -/HEADER*}> |