drupal-theme-misc/drupal-theme-misc.patch.cust

changeset 753
9c54f9d3f97a
parent 751
3d13fc9b142b
equal deleted inserted replaced
0:e504a70db234 1:17022e1cf84b
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); ?>

mercurial