6 <?php endif; ?> |
6 <?php endif; ?> |
7 <div class="node-body"> |
7 <div class="node-body"> |
8 - <?php print $user_picture; ?> |
8 - <?php print $user_picture; ?> |
9 + <?php |
9 + <?php |
10 + if ($user_picture && !((arg(0) == 'node' && arg(1) == NULL) |
10 + if ($user_picture && !((arg(0) == 'node' && arg(1) == NULL) |
11 + || $is_front)) { |
11 + || arg(0) == 'frontpage' || $is_front)) { |
12 + print $user_picture; |
12 + print $user_picture; |
13 + } |
13 + } |
14 + ?> |
14 + ?> |
15 <div class="node-title clear-block"> |
15 <div class="node-title clear-block"> |
16 <?php print render($title_prefix); ?> |
16 <?php print render($title_prefix); ?> |