1.1 --- a/drupal-theme-misc/drupal-theme-misc.patch.cust Sat Oct 27 19:16:45 2012 +0200 1.2 +++ b/drupal-theme-misc/drupal-theme-misc.patch.cust Sun Oct 28 23:53:14 2012 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 - <?php print $user_picture; ?> 1.5 + <?php 1.6 + if ($user_picture && !((arg(0) == 'node' && arg(1) == NULL) 1.7 -+ || $is_front)) { 1.8 ++ || arg(0) == 'frontpage' || $is_front)) { 1.9 + print $user_picture; 1.10 + } 1.11 + ?>