| 1 |
<?php
|
| 2 |
// $Id: cck-redirection-frameset.tpl.php,v 1.1.2.1 2008/07/09 05:01:49 morrissinger Exp $
|
| 3 |
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
| 4 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
| 5 |
|
| 6 |
<head>
|
| 7 |
<title><?php print $node->title; ?></title>
|
| 8 |
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
|
| 9 |
</head>
|
| 10 |
|
| 11 |
<frameset rows="100px, *">
|
| 12 |
<frame src="<?php print $header_uri ?>"/ noresize="noresize" scrolling="no">
|
| 13 |
<frame src="<?php print $uri ?>" />
|
| 14 |
</frameset>
|
| 15 |
|
| 16 |
</html>
|