Beispiel #1
0
                        <span class="postedComments" style="float:left;">
        <?php 
        echo $rows->comments;
        ?>
                        </span>
                        <div id="CID-<?php 
        echo $rows->c_id;
        ?>
" class="comment-delete trash-button" onclick="deleteComment(<?php 
        echo $rows->c_id;
        ?>
)">X</div>
                        <div class="clear"> </div>
                        <span style="margin-left:43px; color:#666666; font-size:11px">
        <?php 
        TimeStamp::convert($rows->date_created);
        ?>

                        </span>
                        <?php 
        $userip = $_SERVER['REMOTE_ADDR'];
        if ($rows->userip == $userip) {
            ?>
                            &nbsp;&nbsp;
                    <?php 
        }
        ?>
                    </div>
    <?php 
    }
    ?>
 public function getTimeStampAction($timeStamp)
 {
     TimeStamp::convert($timeStamp);
 }