1) iframe نیست
2) ظاهر ادرس نشون میده که احتمالا انکلود شده با php خیلی ساده بخوام بگم:
<html>
<head>
</head>
<body>
<div id="header">
</div>
<div id="theme">
<?php
$id = $_GET['id'];
include ("./theme/$id");
?>
</div>
</body>
</html>