diff options
author | friendica <info@friendica.com> | 2014-08-05 22:08:12 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-05 22:08:12 -0700 |
commit | 0b30f08fae43a14f715906f132a26f71986ff437 (patch) | |
tree | b73f9c504944f68b39580f25699e7cec5847b29a | |
parent | 9a0a61330745f977095231f49eac453cd3168319 (diff) | |
download | volse-hubzilla-0b30f08fae43a14f715906f132a26f71986ff437.tar.gz volse-hubzilla-0b30f08fae43a14f715906f132a26f71986ff437.tar.bz2 volse-hubzilla-0b30f08fae43a14f715906f132a26f71986ff437.zip |
minor stuff
-rw-r--r-- | view/tpl/directajax.tpl | 2 | ||||
-rwxr-xr-x | view/tpl/directory_header.tpl | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/view/tpl/directajax.tpl b/view/tpl/directajax.tpl index 208167e4a..8faec4222 100644 --- a/view/tpl/directajax.tpl +++ b/view/tpl/directajax.tpl @@ -1,6 +1,4 @@ {{foreach $entries as $entry}} - {{include file="direntry.tpl"}} - {{/foreach}} diff --git a/view/tpl/directory_header.tpl b/view/tpl/directory_header.tpl index 2479cead3..01356597e 100755 --- a/view/tpl/directory_header.tpl +++ b/view/tpl/directory_header.tpl @@ -5,9 +5,7 @@ {{/if}} {{foreach $entries as $entry}} - {{include file="direntry.tpl"}} - {{/foreach}} |