From 5a9dae78a2839d8d466a5c3ecda9e83cf1f4c50c Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 6 Mar 2013 17:52:58 -0800 Subject: get rid of html from mod_suggest --- view/tpl/suggest_page.tpl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 view/tpl/suggest_page.tpl (limited to 'view/tpl/suggest_page.tpl') 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 @@ +

$title

+ +{{ if $entries }} +{{ for $entries as $child }} +{{ inc suggest_friends.tpl with $entry=$child }}{{ endinc }} +{{ endfor }} +{{ endif }} + +
-- cgit v1.2.3