summaryrefslogtreecommitdiff
path: root/themes/clouds
diff options
context:
space:
mode:
Diffstat (limited to 'themes/clouds')
-rw-r--r--themes/clouds/templates/personbox_template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/clouds/templates/personbox_template.php b/themes/clouds/templates/personbox_template.php
index 93c9223087..3d9c1586c4 100644
--- a/themes/clouds/templates/personbox_template.php
+++ b/themes/clouds/templates/personbox_template.php
@@ -43,7 +43,7 @@ if (!defined('WT_WEBTREES')) {
<div id="out-<?php print $boxID; ?>" <?php print $outBoxAdd; ?>>
<!-- table helps to maintain spacing -->
<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="top">
- <div id="icons-<?php print $boxID; ?>"
+ <div class="noprint" id="icons-<?php print $boxID; ?>"
style="<?php print $iconsStyleAdd; ?> width: 25px; height: 50px;"><?php print $icons; ?>
</div>
<?php print $thumbnail; ?>