/[drupal]/contributions/modules/cck_redirection/cck-redirection-frameset.tpl.php
ViewVC logotype

Contents of /contributions/modules/cck_redirection/cck-redirection-frameset.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Thu Jun 25 15:16:57 2009 UTC (5 months ago) by robinmonks
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +16 -0 lines
File MIME type: text/x-php
Bring HEAD up to snuff.  -RM
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>

  ViewVC Help
Powered by ViewVC 1.1.2