diff options
author | friendica <info@friendica.com> | 2012-03-31 04:40:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-31 04:40:35 -0700 |
commit | d5a31e57918c9c183a959351fb3356636a2ddf6a (patch) | |
tree | 0e8901c4b604c9ef732ff91615747dc7df565d62 /view/theme/diabook-aerith/theme.php | |
parent | b4b1055b502c317513bf5c57794c004ced43a0de (diff) | |
parent | 893ece90664588e61584b479ca7af0021ca1df83 (diff) | |
download | volse-hubzilla-d5a31e57918c9c183a959351fb3356636a2ddf6a.tar.gz volse-hubzilla-d5a31e57918c9c183a959351fb3356636a2ddf6a.tar.bz2 volse-hubzilla-d5a31e57918c9c183a959351fb3356636a2ddf6a.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/diabook-aerith/theme.php')
-rwxr-xr-x | view/theme/diabook-aerith/theme.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/diabook-aerith/theme.php b/view/theme/diabook-aerith/theme.php index 40a27c3d5..1894c07db 100755 --- a/view/theme/diabook-aerith/theme.php +++ b/view/theme/diabook-aerith/theme.php @@ -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"; |