aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/profile.php2
-rw-r--r--view/theme/duepuntozero/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/mod/profile.php b/mod/profile.php
index 5479f2806..e8eee810b 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -245,7 +245,7 @@ function profile_content(&$a, $update = 0) {
$alike = array();
$dlike = array();
- if(count($r)) {
+ if($r !== false && count($r)) {
foreach($r as $item) {
like_puller($a,$item,$alike,'like');
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index 03c1aa6ab..949843844 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -19,7 +19,7 @@
/* generals */
body {
- font-family: FreeSans, helvetica,arial,clean,sans-serif;
+ font-family: /*FreeSans,*/ helvetica,arial,clean,sans-serif;
font-size: 12px;
background-color: #ffffff;
background-image: url(head.jpg);