The code I posted is from the file Template.Html was taken from the directory themes/igames.
That is just not correct (I even tend to say it's a lie).
Below is the part of the original code of themes/igames/template.html and your modified version.
| Original | Your edited version |
<html dir="{LANG_DIR}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" /> <meta http-equiv="Pragma" content="no-cache" /> <title>{TITLE}</title> {META} <link rel="stylesheet" href="themes/igames/style.css" type="text/css" /> <script type="text/javascript" src="scripts.js"></script> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; }
function MM_showHideLayers() { //v6.0 var i,p,v,obj,args=MM_showHideLayers.arguments; for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2]; if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; } obj.visibility=v; } } //--> </script> <!-- $Id: template.html 2688 2005-12-04 03:22:35Z donnoman $ --> </head> <body> | <html dir="{LANG_DIR}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={CHARSET}"> <meta http-equiv="Pragma" content="no-cache"> <title>{TITLE}</title> <link rel="stylesheet" href="themes/igames/style.css" type="text/css"> </head> <body> {META} <script type="text/javascript" src="scripts.js"></script> <script language="JavaScript" type="text/JavaScript"> |
I'm not going to continue this useless debate - it's not my mission to teach you HTML basics, and it's not my job to look into issues caused by silly edits (no matter if they have been performed by your or a third-party). I have told you what needs to be said, figure out the rest on your own. I don't care if you are too busy to look after your own project and hire incompetent hands - just don't come here looking for support on issues that have been caused by someone you hired and recommended so fiercly, even though we knew better.
I'm out of this thread. Bye.