]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/communityhome.tpl
Merge remote branch 'upstream/master'
[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
8 {{ if $lastusers_title }}
9 <h3>$lastusers_title</h3>
10 <div class='items-wrapper'>
11 {{ for $lastusers_items as $i }}
12         $i
13 {{ endfor }}
14 </div>
15 {{ endif }}
16
17 {{ if $activeusers_title }}
18 <h3>$activeusers_title</h3>
19 <div class='items-wrapper'>
20 {{ for $activeusers_items as $i }}
21         $i
22 {{ endfor }}
23 </div>
24 {{ endif }}
25
26 {{ if $photos_title }}
27 <h3>$photos_title</h3>
28 <div class='items-wrapper'>
29 {{ for $photos_items as $i }}
30         $i
31 {{ endfor }}
32 </div>
33 {{ endif }}
34
35
36 {{ if $like_title }}
37 <h3>$like_title</h3>
38 <ul id='likes'>
39 {{ for $like_items as $i }}
40         <li>$i</li>
41 {{ endfor }}
42 </ul>
43 {{ endif }}