From: tommy tomson Date: Sat, 31 Mar 2012 09:50:33 +0000 (+0200) Subject: bug fix in diabook-aerith and -red X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=893ece90664588e61584b479ca7af0021ca1df83;p=friendica.git bug fix in diabook-aerith and -red --- diff --git a/view/theme/diabook-aerith/communityhome.tpl b/view/theme/diabook-aerith/communityhome.tpl index cf8d81335a..917af49f1a 100755 --- a/view/theme/diabook-aerith/communityhome.tpl +++ b/view/theme/diabook-aerith/communityhome.tpl @@ -18,14 +18,14 @@ {{ if $lastusers_title }}

Connectable Services

-Facebook -StatusNet -LiveJournal -Posterous -Tumblr -Twitter -WordPress -E-Mail +Facebook +StatusNet +LiveJournal +Posterous +Tumblr +Twitter +WordPress +E-Mail
{{ endif }} diff --git a/view/theme/diabook-aerith/nav.tpl b/view/theme/diabook-aerith/nav.tpl index d73dd047ab..c344361031 100644 --- a/view/theme/diabook-aerith/nav.tpl +++ b/view/theme/diabook-aerith/nav.tpl @@ -135,9 +135,9 @@ -
+
$langselector
-
+
diff --git a/view/theme/diabook-aerith/theme.php b/view/theme/diabook-aerith/theme.php index 5fa13c9448..1894c07db3 100755 --- a/view/theme/diabook-aerith/theme.php +++ b/view/theme/diabook-aerith/theme.php @@ -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('', $cssFile); +if (!is_null($cssFile)) $a->page['htmlhead'] .= sprintf('', $cssFile); //load jquery.cookie.js $cookieJS = $a->get_baseurl($ssl_state)."/view/theme/diabook-aerith/js/jquery.cookie.js"; diff --git a/view/theme/diabook-red/communityhome.tpl b/view/theme/diabook-red/communityhome.tpl index cf8d81335a..326c766b25 100755 --- a/view/theme/diabook-red/communityhome.tpl +++ b/view/theme/diabook-red/communityhome.tpl @@ -18,14 +18,14 @@ {{ if $lastusers_title }}

Connectable Services

-Facebook -StatusNet -LiveJournal -Posterous -Tumblr -Twitter -WordPress -E-Mail +Facebook +StatusNet +LiveJournal +Posterous +Tumblr +Twitter +WordPress +E-Mail
{{ endif }} diff --git a/view/theme/diabook-red/nav.tpl b/view/theme/diabook-red/nav.tpl index d73dd047ab..cd0653c6ee 100644 --- a/view/theme/diabook-red/nav.tpl +++ b/view/theme/diabook-red/nav.tpl @@ -135,9 +135,9 @@ -
+
$langselector
-
+
diff --git a/view/theme/diabook-red/theme.php b/view/theme/diabook-red/theme.php index 0229b1bae5..3ce8e24c84 100755 --- a/view/theme/diabook-red/theme.php +++ b/view/theme/diabook-red/theme.php @@ -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('', $cssFile); +if (!is_null($cssFile)) $a->page['htmlhead'] .= sprintf('', $cssFile); //load jquery.cookie.js $cookieJS = $a->get_baseurl($ssl_state)."/view/theme/diabook-red/js/jquery.cookie.js";