]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/communityhome.tpl
0fc77314dc6af260f05d9354f9f309cff611b80b
[friendica.git] / view / theme / diabook / communityhome.tpl
1 {{ if $lastusers_title }}
2 <h3 style="margin-top:0px;">Help or #NewHere?</h3>
3 <a href="https://helpers.pyxis.uberspace.de/profile/helpers" style="margin-left: 10px; color:#000;" title="Friendica Support" target="blank">Friendica Support</a><br>
4 <a href="https://letstalk.pyxis.uberspace.de/profile/letstalk" style="margin-left: 10px; color:#000;" title="Let's talk" target="blank">Let's talk</a><br>
5 <a href="http://kakste.com/profile/newhere" title="#NewHere" style="margin-left: 10px; color:#000;" target="blank">NewHere</a>
6 {{ endif }}
7 {{ if $lastusers_title }}
8 <h3>$lastusers_title</h3>
9 <div class='items-wrapper'>
10 {{ for $lastusers_items as $i }}
11         $i
12 {{ endfor }}
13 </div>
14 {{ endif }}
15
16 {{ if $activeusers_title }}
17 <h3>$activeusers_title</h3>
18 <div class='items-wrapper'>
19 {{ for $activeusers_items as $i }}
20         $i
21 {{ endfor }}
22 </div>
23 {{ endif }}
24
25 {{ if $photos_title }}
26 <h3>$photos_title</h3>
27 <div class='items-wrapper'>
28 {{ for $photos_items as $i }}
29         $i
30 {{ endfor }}
31 </div>
32 {{ endif }}
33
34
35 {{ if $like_title }}
36 <h3>$like_title</h3>
37 <ul id='likes'>
38 {{ for $like_items as $i }}
39         <li>$i</li>
40 {{ endfor }}
41 </ul>
42 {{ endif }}