Revert "move theme specific files to theme dir"

This reverts commit e332d1074f.
This commit is contained in:
zotlabs
2017-05-02 12:46:50 -07:00
parent 83c4dd6bda
commit 80ec92ce8d
277 changed files with 0 additions and 0 deletions

9
view/tpl/suggest_page.tpl Executable file
View File

@@ -0,0 +1,9 @@
<h3>{{$title}}</h3>
{{if $entries}}
{{foreach $entries as $child}}
{{include file="suggest_friends.tpl" entry=$child}}
{{/foreach}}
{{/if}}
<div class="clear"></div>