aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/suggest_page.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-06 17:52:58 -0800
committerfriendica <info@friendica.com>2013-03-06 17:52:58 -0800
commit5a9dae78a2839d8d466a5c3ecda9e83cf1f4c50c (patch)
tree76515f87d200a34889570aef11adc39b09d7ddd1 /view/tpl/smarty3/suggest_page.tpl
parentb32b0102f79a4ecaaee62d08e2bceb51f69d79ad (diff)
downloadvolse-hubzilla-5a9dae78a2839d8d466a5c3ecda9e83cf1f4c50c.tar.gz
volse-hubzilla-5a9dae78a2839d8d466a5c3ecda9e83cf1f4c50c.tar.bz2
volse-hubzilla-5a9dae78a2839d8d466a5c3ecda9e83cf1f4c50c.zip
get rid of html from mod_suggest
Diffstat (limited to 'view/tpl/smarty3/suggest_page.tpl')
-rw-r--r--view/tpl/smarty3/suggest_page.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/tpl/smarty3/suggest_page.tpl b/view/tpl/smarty3/suggest_page.tpl
new file mode 100644
index 000000000..07999abfd
--- /dev/null
+++ b/view/tpl/smarty3/suggest_page.tpl
@@ -0,0 +1,14 @@
+{{*
+ * AUTOMATICALLY GENERATED TEMPLATE
+ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
+<h3>{{$title}}</h3>
+
+{{if $entries}}
+{{foreach $entries as $child}}
+{{include file="suggest_friends.tpl" entry=$child}}
+{{/foreach}}
+{{/if}}
+
+<div class="clear"></div>