aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/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/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/suggest_page.tpl')
-rw-r--r--view/tpl/suggest_page.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/suggest_page.tpl b/view/tpl/suggest_page.tpl
new file mode 100644
index 000000000..ab9150138
--- /dev/null
+++ b/view/tpl/suggest_page.tpl
@@ -0,0 +1,9 @@
+<h3>$title</h3>
+
+{{ if $entries }}
+{{ for $entries as $child }}
+{{ inc suggest_friends.tpl with $entry=$child }}{{ endinc }}
+{{ endfor }}
+{{ endif }}
+
+<div class="clear"></div>