diff options
author | friendica <info@friendica.com> | 2013-03-06 17:52:58 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-06 17:52:58 -0800 |
commit | 5a9dae78a2839d8d466a5c3ecda9e83cf1f4c50c (patch) | |
tree | 76515f87d200a34889570aef11adc39b09d7ddd1 /view/tpl/suggest_page.tpl | |
parent | b32b0102f79a4ecaaee62d08e2bceb51f69d79ad (diff) | |
download | volse-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.tpl | 9 |
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> |