Пример #1
0
                    <div class="row">
                        <div >
                            <div class="col-md-3"><?php 
        echo CmsSetting::carimage($comment->user->picture, 164, 164, 'img-thumbnail bord', 0, Yii::app()->user->id);
        ?>
</div>
                                <div class="col-md-9 container-fluid">
                                <table>
                                    <tr>
                                        <td style="width: 50%; text-align: center">
                                            <?php 
        if ($comment->user_id != null) {
            ?>
                                            <?php 
            echo CHtml::link(CmsUser::get_name($comment->user_id), array('UserPersonal/index', 'id' => $comment->user_id));
        }
        ?>
                                            <?php 
        if ($comment->user_id == null) {
            ?>

                                            <?php 
            echo CHtml::encode($comment->guest);
        }
        ?>

                                            <small ><?php 
        echo '&nbsp;' . '&nbsp;' . '&nbsp;' . '&nbsp;' . date('d F Y', $comment->created);
        ?>
</small>