aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-red/theme.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-31 04:40:35 -0700
committerfriendica <info@friendica.com>2012-03-31 04:40:35 -0700
commitd5a31e57918c9c183a959351fb3356636a2ddf6a (patch)
tree0e8901c4b604c9ef732ff91615747dc7df565d62 /view/theme/diabook-red/theme.php
parentb4b1055b502c317513bf5c57794c004ced43a0de (diff)
parent893ece90664588e61584b479ca7af0021ca1df83 (diff)
downloadvolse-hubzilla-d5a31e57918c9c183a959351fb3356636a2ddf6a.tar.gz
volse-hubzilla-d5a31e57918c9c183a959351fb3356636a2ddf6a.tar.bz2
volse-hubzilla-d5a31e57918c9c183a959351fb3356636a2ddf6a.zip
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook-red/theme.php')
-rwxr-xr-xview/theme/diabook-red/theme.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/diabook-red/theme.php b/view/theme/diabook-red/theme.php
index df941197a..3ce8e24c8 100755
--- a/view/theme/diabook-red/theme.php
+++ b/view/theme/diabook-red/theme.php
@@ -15,7 +15,7 @@ $cssFile = null;
/**
* prints last community activity
*/
-function diabook_blue_community_info(){
+function diabook_red_community_info(){
$a = get_app();
//right_aside at networkpages
@@ -234,7 +234,7 @@ if ($a->argv[0] === "network" && local_user()){
if($ccCookie != "8") {
// COMMUNITY
- diabook_blue_community_info();
+ diabook_red_community_info();
// CUSTOM CSS
$cssFile = $a->get_baseurl($ssl_state)."/view/theme/diabook-red/style-network.css";
@@ -247,7 +247,7 @@ if ($a->argv[0] === "network" && local_user()){
if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname']){
if($ccCookie != "8") {
// COMMUNITY
- diabook_blue_community_info();
+ diabook_red_community_info();
// CUSTOM CSS
$cssFile = $a->get_baseurl($ssl_state)."/view/theme/diabook-red/style-profile.css";