iframe-filter-page.tpl.php in Iframe Filter 7
File
iframe-filter-page.tpl.php
View source
<!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" lang="en">
<head>
<title><?php
print $site_title;
?></title>
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
img {border:0; padding:0; margin:0;}
</style>
<base target="_blank">
</head>
<body style="margin: 0; padding: 0;">
<?php
print $content;
?>
</body>
</html>