From f5f1956e8b855ab5aeab531fc44a1a773427bf64 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Fri, 20 Apr 2012 01:44:20 +0200 Subject: diabook-themes: theme-settings: add "colour scheme"-option, add diabook-pink and some bug/css-fixes --- view/theme/diabook/diabook-blue/communityhome.tpl | 87 +++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 view/theme/diabook/diabook-blue/communityhome.tpl (limited to 'view/theme/diabook/diabook-blue/communityhome.tpl') diff --git a/view/theme/diabook/diabook-blue/communityhome.tpl b/view/theme/diabook/diabook-blue/communityhome.tpl new file mode 100644 index 000000000..6ac414ef4 --- /dev/null +++ b/view/theme/diabook/diabook-blue/communityhome.tpl @@ -0,0 +1,87 @@ +
+{{ if $page }} +
$page
+{{ endif }} +
+ +
+{{ if $lastusers_title }} +

$helpers.title.1

+NewHere
+Friendica Support
+Let's talk
+Local Friendica +{{ endif }} +
+ +
+{{ if $lastusers_title }} +

$con_services.title.1

+
+Facebook +StatusNet +LiveJournal +Posterous +Tumblr +Twitter +WordPress +E-Mail +
+{{ endif }} +
+ +
+{{ if $nv }} +

$nv.title.1

+$nv.directory.1
+$nv.global_directory.1
+$nv.match.1
+$nv.suggest.1
+$nv.invite.1 +$nv.search +{{ endif }} +
+ + +
+{{ if $lastusers_title }} +

$lastusers_title

+
+{{ for $lastusers_items as $i }} + $i +{{ endfor }} +
+{{ endif }} +
+ + +{{ if $activeusers_title }} +

$activeusers_title

+
+{{ for $activeusers_items as $i }} + $i +{{ endfor }} +
+{{ endif }} + +
+{{ if $photos_title }} +

$photos_title

+
+{{ for $photos_items as $i }} + $i +{{ endfor }} +
+{{ endif }} +
+ +
+{{ if $like_title }} +

$like_title

+ +{{ endif }} +
-- cgit v1.2.3