1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/drupal-theme-misc/drupal-theme-misc.patch.cust Sat Oct 27 18:43:28 2012 +0200 1.3 @@ -0,0 +1,17 @@ 1.4 +Index: deco/node.tpl.php 1.5 +--- deco/node.tpl.php.orig 2012-03-25 21:58:37.000000000 +0200 1.6 ++++ deco/node.tpl.php 2012-10-27 17:05:49.819273725 +0200 1.7 +@@ -3,7 +3,12 @@ 1.8 + <div class="node-top"><div class="top-right"><div class="top-middle"></div></div></div> 1.9 + <?php endif; ?> 1.10 + <div class="node-body"> 1.11 +- <?php print $user_picture; ?> 1.12 ++ <?php 1.13 ++ if ($user_picture && !((arg(0) == 'node' && arg(1) == NULL) 1.14 ++ || $is_front)) { 1.15 ++ print $user_picture; 1.16 ++ } 1.17 ++ ?> 1.18 + <div class="node-title clear-block"> 1.19 + <?php print render($title_prefix); ?> 1.20 + <?php if (!$page && $title): ?>