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

Contents of /contributions/modules/cck_redirection/cck-redirection-frameset-header.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: +10 -0 lines
File MIME type: text/x-php
Bring HEAD up to snuff.  -RM
1 <?php
2 // $Id: cck-redirection-frameset-header.tpl.php,v 1.1.2.1 2008/07/09 05:01:49 morrissinger Exp $
3 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
5 <body>
6 <?php if ($logo) { ?><a href="<?php print $front_page ?>" target="_top" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } ?>
7 <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $front_page ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>
8 <?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?>
9 </body>
10 </html>

  ViewVC Help
Powered by ViewVC 1.1.2