below is what you are seeing,
this is because the only thing this does is include the diffferent
the your browser line is only there for folks who can NOT see frames in their browser...
has nothing to do with you
Still trying to figure out what you were looking for when viewing the source,
the templates are freely available for download.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Free Templates for Zen Cart - try, choose, download</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Demonstration site and screenshots for the free templates available from the Zen Cart open source e-commerce shopping cart" />
<meta name="keywords" content="Zen Cart, free, templates, e-commerce, open source, FAQ, frequent asked questions" />
<meta name="author" content="Kuroi Web Design" />
<link href="css/zctd.css" type="text/css" rel="stylesheet" />
</head>
<frameset rows="57px,*,45px">
<frame name="header" src="site/header.html" scrolling="no" noresize="noresize" frameborder="0" />
<frame name="intro" src="site/intro.php" scrolling="auto" noresize="noresize" frameborder="0" />
<frame name="footer" src="site/footer.html" scrolling="no" noresize="noresize" frameborder="0" />
<noframes>
<body>
<p>Your browser does not handle frames! However, you are invited to use our <a href="1-3-8a/index.php">frame free version</a> of the template demos.</p>
</body>
</noframes>
</frameset>
</html>