aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-26 00:53:32 -0700
committerfriendica <info@friendica.com>2012-03-26 00:53:32 -0700
commitca31aed490a65ce4b5795e1440d4fbf303fdd399 (patch)
tree62318166d7f45951e0a90fa12598c9d362f473b5 /view/theme/diabook-blue
parent2820dba1e760dd0243cb2de9337bc8dd9ae9b5c7 (diff)
parent4b83b9bee604cf5b8012b475a34e0f1f33b4adaf (diff)
downloadvolse-hubzilla-ca31aed490a65ce4b5795e1440d4fbf303fdd399.tar.gz
volse-hubzilla-ca31aed490a65ce4b5795e1440d4fbf303fdd399.tar.bz2
volse-hubzilla-ca31aed490a65ce4b5795e1440d4fbf303fdd399.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook-blue')
-rwxr-xr-xview/theme/diabook-blue/communityhome.tpl2
-rw-r--r--view/theme/diabook-blue/screenshot.pngbin0 -> 278712 bytes
-rwxr-xr-xview/theme/diabook-blue/theme.php7
3 files changed, 5 insertions, 4 deletions
diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl
index 5b807c8ad..5bae06178 100755
--- a/view/theme/diabook-blue/communityhome.tpl
+++ b/view/theme/diabook-blue/communityhome.tpl
@@ -46,7 +46,7 @@
</div>
{{ endif }}
-{{ if $lastusers_title }}
+{{ if $page }}
<div>$page</div>
{{ endif }}
diff --git a/view/theme/diabook-blue/screenshot.png b/view/theme/diabook-blue/screenshot.png
new file mode 100644
index 000000000..b1c890285
--- /dev/null
+++ b/view/theme/diabook-blue/screenshot.png
Binary files differ
diff --git a/view/theme/diabook-blue/theme.php b/view/theme/diabook-blue/theme.php
index 2c878e6f0..a5f4490ba 100755
--- a/view/theme/diabook-blue/theme.php
+++ b/view/theme/diabook-blue/theme.php
@@ -18,7 +18,7 @@ $cssFile = null;
/**
* prints last community activity
*/
-function diabook_community_info(){
+function diabook_blue_community_info(){
$a = get_app();
//right_aside at networkpages
@@ -170,6 +170,7 @@ function diabook_community_info(){
if (sizeof($contacts) > 0)
$aside['$page'] = $page;
+
//END Community Page
@@ -214,7 +215,7 @@ if ($a->argv[0] === "network" && local_user()){
}
// COMMUNITY
- diabook_community_info();
+ diabook_blue_community_info();
// CUSTOM CSS
$cssFile = $a->get_baseurl($ssl_state)."/view/theme/diabook-blue/style-network.css";
@@ -227,7 +228,7 @@ if ($a->argv[0] === "network" && local_user()){
if ($a->argv[0] === "profile"){
// COMMUNITY
- diabook_community_info();
+ diabook_blue_community_info();
// CUSTOM CSS
$cssFile = $a->get_baseurl($ssl_state)."/view/theme/diabook-blue/style-profile.css";