diff --git a/mod/profile.php b/mod/profile.php index 5479f28068..e8eee810bf 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 03c1aa6ab5..949843844e 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);