[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/themes/rootcandy/ -> maintenance-page.tpl.php (source)

   1  <?php
   2  // $Id: maintenance-page.tpl.php,v 1.1.2.2 2009/06/15 21:01:13 sign Exp $
   3  
   4  /**
   5   * @file
   6   * maintenance-page.tpl.php
   7   *
   8   * This is an override of the default maintenance page. Used for Garland and
   9   * Minnelli, this file should not be moved or modified since the installation
  10   * and update pages depend on this file.
  11   *
  12   */
  13  ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  14    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  15  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
  16    <head>
  17      <title><?php print $head_title ?></title>
  18      <?php print $head ?>
  19      <?php print $styles ?>
  20      <?php print $scripts ?>
  21    </head>
  22    <body>
  23  
  24  <!-- Layout -->
  25    <div id="maintenance" class="clearfix">
  26      <div class="maintenance-icon">
  27        <?php
  28          $image = path_to_theme() .'/images/maintenance.png';
  29          print theme('image', $image);
  30        ?>
  31      </div>
  32      <div class="maintenance-content">
  33        <h1><?php print $title ?></h1>
  34        <div class="maintenance-content-p">
  35          <?php print $content ?>
  36        </div>
  37      </div>
  38    </div>
  39  <!-- /layout -->
  40  
  41    </body>
  42  </html>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7