$_POST['reply_post'] = _Function::cropStringLimit($_POST['reply_post'], $admin->post_length);
        }
        if (strlen(utf8_decode($_POST['reply_post'])) == 0) {
            return false;
        }
        if ($infoUser->type_account == 1) {
            $verified = ' <i class="fa fa-check-circle verified verified-min showTooltip" title="' . $_SESSION["LANG"]["verified"] . '" data-toggle="tooltip" data-placement="right"></i>';
        } else {
            $verified = null;
        }
        /*
         * ----------------------
         *   Send Reply
         * ----------------------
         */
        $query = $obj->sendReply();
        if (!empty($query)) {
            ?>
		 <!-- SPAN REPLY -->
		 <div class="media li-group reply-list">
				  	<a class="pull-left openModal" data-id="<?php 
            echo $infoUser->id;
            ?>
" href="<?php 
            echo URL_BASE . $infoUser->username;
            ?>
">
				    	<img class="media-object img-circle" src="<?php 
            echo URL_BASE;
            ?>
thumb/40-40-public/avatar/<?php