| Posts: n/a |
preloader in footer
in footer template
find this
add above
find this
add above
find this
PHP Code:
<td class="tfoot" align="$stylevar[right]" width="100%">
<div class="smallfont">
<strong>
PHP Code:
<SCRIPT LANGUAGE="JavaScript">
// create a new Date object then get the current time
var start = new Date( );
var startsec = start.getTime( );
// run a loop counting up to 250,000
var num = 0;
for( var i = 0; i < 250000; i++ )
{
num++;
}
var stop = new Date( );
var stopsec = stop.getTime( );
var loadtime = ( stopsec - startsec ) / 1000;
</script>
find this
PHP Code:
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if>
PHP Code:
<script>document.write("Page load time : " +loadtime+ " seconds -" );</script>




Linear Mode

