]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/diabook-aerith/theme.php
bug fix in diabook-aerith and -red
[friendica.git] / view / theme / diabook-aerith / theme.php
index 40a27c3d573f12053ee496a766c79e67563d3964..1894c07db3030874da027debb8d1ab3005e97024 100755 (executable)
@@ -15,7 +15,7 @@ $cssFile = null;
 /**
  * prints last community activity
  */
-function diabook_blue_community_info(){
+function diabook_aerith_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_aerith_community_info();
        
        // CUSTOM CSS
        $cssFile = $a->get_baseurl($ssl_state)."/view/theme/diabook-aerith/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_aerith_community_info();
        
        // CUSTOM CSS
        $cssFile = $a->get_baseurl($ssl_state)."/view/theme/diabook-aerith/style-profile.css";