diff options
author | friendica <info@friendica.com> | 2013-05-15 20:20:22 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-15 20:20:22 -0700 |
commit | 048983b4be85f490c03f9246bbd58cf94e518e5a (patch) | |
tree | 68a53f74a585730078c7edf77709e310b16a255d /view/tpl/smarty3/README | |
parent | 02bd65ba4b19877e7676e7ed24099c4f4d953e42 (diff) | |
download | volse-hubzilla-048983b4be85f490c03f9246bbd58cf94e518e5a.tar.gz volse-hubzilla-048983b4be85f490c03f9246bbd58cf94e518e5a.tar.bz2 volse-hubzilla-048983b4be85f490c03f9246bbd58cf94e518e5a.zip |
Create a view/tpl/smarty3 folder so that we don't spit out errors from the get-go.
Diffstat (limited to 'view/tpl/smarty3/README')
-rw-r--r-- | view/tpl/smarty3/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/smarty3/README b/view/tpl/smarty3/README new file mode 100644 index 000000000..78ff8d9a1 --- /dev/null +++ b/view/tpl/smarty3/README @@ -0,0 +1,4 @@ +view/tpl/smarty3 + +This directory must exist and be writeable by the webserver in order to store compiled template files, which are created dynamically. Please see the installation instructions. + |