?>
" alt="Profile" /> 
					</a>
                    <left><span class="apt_username1"><?php 
        echo ucfirst(get_user_by_id($row->userby)->username);
        ?>
</span>
                  </left></div>
                  <div class="Sta_Rat_Msg clsFloatRight col-md-9 col-sm-8 col-xs-12">
                    <p><?php 
        echo $row->review;
        ?>
</p>

                    <p class="apt_review"><?php 
        echo get_user_times($row->created, get_user_timezoneL($row->userby));
        ?>
</p>

                    <span class="StaMsg_LeftArrow"></span> </div>
                  <div class="clearfix"></div>
                </li>
                <?php 
    }
} else {
    echo translate("No reviews found.");
    ?>
		  <div class="reputation_content">
		  	     <?php 
    //echo translate("No reviews found.");
    ?>
Exemple #2
0
            {
            	alert('Sorry! Email or Phone number is not allowed');return false;
            }
	})
})
</script>
<script type="text/javascript">
// Current Server Time script (SSI or PHP)- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// This notice must stay intact for use.

//Depending on whether your page supports SSI (.shtml) or PHP (.php), UNCOMMENT the line below your page supports and COMMENT the one it does not:
//Default is that SSI method is uncommented, and PHP is commented:

var currenttime = '<?php 
echo date("F d, Y H:i:s", get_user_time(local_to_gmt(), get_user_timezoneL($this->uri->segment(3))));
?>
' //PHP method of getting server date

///////////Stop editting here/////////////////////////////////

var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
var serverdate=new Date(currenttime)

function padlength(what){
var output=(what.toString().length==1)? "0"+what : what
return output
}

function displaytime(){
serverdate.setSeconds(serverdate.getSeconds()+1)