?>
</div>
<div class='x-panel-body'>
<table class='full'>
<tr><td style="width:120px;"><img src="<?php 
        echo is_array($_tmp = @$this->_tpl_vars['comment']['User']['avatar']) ? $this->_run_mod_handler('default', true, $_tmp, 'img/default_avatar.gif') : smarty_modifier_default($_tmp, 'img/default_avatar.gif');
        ?>
" width="100px"/></td><td style="text-align:left;vertical-align:top;"><?php 
        if ($this->_tpl_vars['delete_comm'] == true) {
            ?>
<div class="float_right"><a id="<?php 
            echo $this->_tpl_vars['comment']['id'];
            ?>
" href="#">Удалить</a></div><?php 
        }
        echo is_array($_tmp = $this->_tpl_vars['comment']['text']) ? $this->_run_mod_handler('format_bb', true, $_tmp) : smarty_modifier_format_bb($_tmp);
        ?>
</td></tr>
</table>
</div>
</div>
<?php 
    }
}
unset($_from);
?>
</div>
<!--- <?php 
echo $this->_tpl_vars['html']->css('reset-min.css');
?>
 -->
?>


<div id='connect_block' style="margin-top:5px;"></div>
<?php 
echo $this->_tpl_vars['javascript']->link("connects.js");
?>


<?php 
if ($this->_tpl_vars['user']['User']['info'] != '') {
    ?>
<div class='x-panel-header' style="margin-top:0.5em;">Дополнительная информация</div>
<div class='x-panel-body' style="padding:5px;">
<?php 
    echo is_array($_tmp = $this->_tpl_vars['user']['User']['info']) ? $this->_run_mod_handler('format_bb', true, $_tmp) : smarty_modifier_format_bb($_tmp);
    ?>

</div>
<?php 
}
?>

</td></tr></table>

</div>
<?php 
echo $this->_tpl_vars['javascript']->link("user-view.js");
?>

<?php