diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 46681998d7..34f8ab0661 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -1,8 +1,22 @@ {{ if $lastusers_title }}

Help or #NewHere ?

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

Connectable Services

+
+Facebook +StatusNet +LiveJournal +Posterous +Tumblr +Twitter +WordPress +E-Mail +
{{ endif }} {{ if $lastusers_title }} diff --git a/view/theme/diabook/icons/StatusNet.png b/view/theme/diabook/icons/StatusNet.png new file mode 100644 index 0000000000..398bca716d Binary files /dev/null and b/view/theme/diabook/icons/StatusNet.png differ diff --git a/view/theme/diabook/icons/email.png b/view/theme/diabook/icons/email.png new file mode 100644 index 0000000000..240cef2c33 Binary files /dev/null and b/view/theme/diabook/icons/email.png differ diff --git a/view/theme/diabook/icons/facebook.png b/view/theme/diabook/icons/facebook.png new file mode 100644 index 0000000000..3e5dd39c36 Binary files /dev/null and b/view/theme/diabook/icons/facebook.png differ diff --git a/view/theme/diabook/icons/livejournal.png b/view/theme/diabook/icons/livejournal.png new file mode 100644 index 0000000000..6d27d265ee Binary files /dev/null and b/view/theme/diabook/icons/livejournal.png differ diff --git a/view/theme/diabook/icons/posterous.png b/view/theme/diabook/icons/posterous.png new file mode 100644 index 0000000000..c8e86078e4 Binary files /dev/null and b/view/theme/diabook/icons/posterous.png differ diff --git a/view/theme/diabook/icons/tumblr.png b/view/theme/diabook/icons/tumblr.png new file mode 100644 index 0000000000..1dc7fa0722 Binary files /dev/null and b/view/theme/diabook/icons/tumblr.png differ diff --git a/view/theme/diabook/icons/twitter.png b/view/theme/diabook/icons/twitter.png new file mode 100644 index 0000000000..b7a687b9f2 Binary files /dev/null and b/view/theme/diabook/icons/twitter.png differ diff --git a/view/theme/diabook/icons/wordpress.png b/view/theme/diabook/icons/wordpress.png new file mode 100644 index 0000000000..f564c4300f Binary files /dev/null and b/view/theme/diabook/icons/wordpress.png differ diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index 4600c92fbc..adf31746fd 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -139,6 +139,8 @@ function diabook_community_info(){ $aside['$fostitJS'] = $fostitJS; + $url = $a->get_baseurl($ssl_state); + $aside['$url'] = $url; $tpl = file_get_contents(dirname(__file__).'/communityhome.tpl'); $a->page['right_aside'] = replace_macros($tpl, $aside);