184,13 → 184,8 |
Content+='<a href= "http://validator.w3.org/check?uri=' |
+document.location.href |
+'">HTML Validator</a> '; |
} |
/*else |
{ |
Content+='<a href= "http://validator.w3.org/check?fragment=' |
+'' |
+'">HTML Validator</a> '; |
}*/ |
} |
|
Time=document.lastModified; |
if (DocLang()=="cs") |
{ // Převeď anglické datum na české |
203,6 → 198,7 |
Content=PokeRelativePath(Content); |
// Výstup sestaveného textu |
document.write(Content); |
|
} |
|
|
583,10 → 579,14 |
var a_vars = Array(); |
var pagename=''; |
var phpmyvisitesSite = 1; |
var phpmyvisitesURL = "http://www.mlab.cz/phpmyvisites/phpmyvisites.php"; |
var phpmyvisitesURL = "http://www.mlab.cz/phpmyvisites/phpmyvisites.php"; |
|
var pageTracker = _gat._getTracker("UA-12416173-1"); // Google Analytics |
|
//if (location.hostname != "") // jen při přístupu na server |
//{ |
pmv_log(phpmyvisitesURL, phpmyvisitesSite, pagename, a_vars); |
pmv_log(phpmyvisitesURL, phpmyvisitesSite, pagename, a_vars); // PHPmyvisites |
pageTracker._trackPageview(); // Google Analytics |
//} |
} |
|