aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-red/theme.php
diff options
context:
space:
mode:
authortomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-31 02:11:30 -0700
committertomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-31 02:11:30 -0700
commitee9a3eb16345fa8c0a1f1a79e7622ea73862a054 (patch)
treea0233d1c48d8d5d9d037747b96aa24fe09e65df4 /view/theme/diabook-red/theme.php
parent3d2bcaa5fc7917c7d2066be65d5a846945af0b4b (diff)
parent0b4165493558a7084dab057c1c2784c7b4872332 (diff)
downloadvolse-hubzilla-ee9a3eb16345fa8c0a1f1a79e7622ea73862a054.tar.gz
volse-hubzilla-ee9a3eb16345fa8c0a1f1a79e7622ea73862a054.tar.bz2
volse-hubzilla-ee9a3eb16345fa8c0a1f1a79e7622ea73862a054.zip
Merge pull request #191 from tomtom84/master
bug-fixes in diabook-derivates
Diffstat (limited to 'view/theme/diabook-red/theme.php')
-rwxr-xr-xview/theme/diabook-red/theme.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/diabook-red/theme.php b/view/theme/diabook-red/theme.php
index df941197a..0229b1bae 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";
@@ -256,7 +256,7 @@ if ($a->argv[0].$a->argv[1] === "profile".$a->user['nickname']){
// custom css
-if (!is_null($cssFile)) $a->page['htmlhead'] .= sprintf('<link rel="stylesheet" type="text/css" href="%s" />', $cssFile);
+//if (!is_null($cssFile)) $a->page['htmlhead'] .= sprintf('<link rel="stylesheet" type="text/css" href="%s" />', $cssFile);
//load jquery.cookie.js
$cookieJS = $a->get_baseurl($ssl_state)."/view/theme/diabook-red/js/jquery.cookie.js";