diff options
author | friendica <info@friendica.com> | 2014-08-05 21:48:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-05 21:48:13 -0700 |
commit | dc98e6c0e9403066c95cebe1d7eb919281a9e1cd (patch) | |
tree | 6b97baf78fc01a3beff0dfbf1f39f0a084881856 /view/tpl/directajax.tpl | |
parent | 1f415d983081170ec707e0f72d99efc12e7cde4a (diff) | |
download | volse-hubzilla-dc98e6c0e9403066c95cebe1d7eb919281a9e1cd.tar.gz volse-hubzilla-dc98e6c0e9403066c95cebe1d7eb919281a9e1cd.tar.bz2 volse-hubzilla-dc98e6c0e9403066c95cebe1d7eb919281a9e1cd.zip |
scrolling directory
Diffstat (limited to 'view/tpl/directajax.tpl')
-rw-r--r-- | view/tpl/directajax.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/directajax.tpl b/view/tpl/directajax.tpl new file mode 100644 index 000000000..208167e4a --- /dev/null +++ b/view/tpl/directajax.tpl @@ -0,0 +1,6 @@ +{{foreach $entries as $entry}} + +{{include file="direntry.tpl"}} + +{{/foreach}} + |