[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/themes/fusion/fusion_starter/ -> page.tpl.php (source)

   1  <?php
   2  // $Id: page.tpl.php,v 1.1.2.5 2010/04/08 07:02:59 sociotech 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; ?>">
   5  <head>
   6  <title><?php  print $head_title; ?></title>
   7    <?php print $head; ?>
   8  <meta name="description" content="Broadcast reading service providing alternatives to reading to visually or physically disabled. Provides access information and a live feed for registered users."> 
   9    <?php print $styles; ?>
  10    <?php print $setting_styles; ?>
  11    <!--[if IE 8]>
  12    <?php print $ie8_styles; ?>
  13    <![endif]-->
  14    <!--[if IE 7]>
  15    <?php print $ie7_styles; ?>
  16    <![endif]-->
  17    <!--[if lte IE 6]>
  18    <?php print $ie6_styles; ?>
  19    <![endif]-->
  20    <?php print $local_styles; ?>
  21    <?php print $scripts; ?>
  22  </head>
  23  
  24  <body id="<?php print $body_id; ?>" class="<?php print $body_classes; ?>">
  25    <div id="page" class="page">
  26      <div id="page-inner" class="page-inner">
  27        <div id="skip">
  28          <a href="#main-content-area"><?php print t('Skip to Main Content Area'); ?></a>
  29        </div>
  30          <?php if ( 0 ): ?>
  31        <!-- header-top row: width = grid_width -->
  32        <?php print theme('grid_row', $header_top, 'header-top', 'full-width', $grid_width); ?>
  33  
  34        <!-- header-group row: width = grid_width -->
  35        <div id="header-group-wrapper" class="header-group-wrapper full-width">
  36          <div id="header-group" class="header-group row <?php print $grid_width; ?>">
  37            <div id="header-group-inner" class="header-group-inner inner clearfix">
  38              <?php print theme('grid_block', theme('links', $secondary_links), 'secondary-menu'); ?>
  39              <?php print theme('grid_block', $search_box, 'search-box'); ?>
  40  
  41              <?php if ($logo || $site_name || $site_slogan): ?>
  42              <div id="header-site-info" class="header-site-info block">
  43                <div id="header-site-info-inner" class="header-site-info-inner inner">
  44                  <?php if ($logo): ?>
  45                  <div id="logo">
  46                    <a href="<?php print check_url($front_page); ?>" title="<?php print t('Home'); ?>"><img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" /></a>
  47                  </div>
  48                  <?php endif; ?>
  49                  <?php if ($site_name || $site_slogan): ?>
  50                  <div id="site-name-wrapper" class="clearfix">
  51                    <?php if ($site_name): ?>
  52                    <span id="site-name"><a href="<?php print check_url($front_page); ?>" title="<?php print t('Home'); ?>"><?php print $site_name; ?></a></span>
  53                    <?php endif; ?>
  54                    <?php if ($site_slogan): ?>
  55                    <span id="slogan"><?php print $site_slogan; ?></span>
  56                    <?php endif; ?>
  57                  </div><!-- /site-name-wrapper -->
  58                  <?php endif; ?>
  59                </div><!-- /header-site-info-inner -->
  60              </div><!-- /header-site-info -->
  61              <?php endif; ?>
  62  
  63              <?php print $header; ?>
  64            
  65            </div><!-- /header-group-inner -->
  66          </div><!-- /header-group -->
  67        </div><!-- /header-group-wrapper -->
  68            <?php endif; ?>
  69        <!-- main row: width = grid_width -->
  70        <div id="main-wrapper" class="main-wrapper full-width">
  71          <div id="main" class="main row <?php print $grid_width; ?>">
  72            <div id="main-inner" class="main-inner inner clearfix">
  73      <div class="leftbars">
  74      <?php print theme('grid_row', $sidebar_first_top, 'sidebar-first-top', 'nested',  $sidebar_first_top_width); ?>    
  75        <?php print theme('grid_row', $sidebar_first, 'sidebar-first', 'nested', 'noprint', $sidebar_first_width); ?>
  76      </div>
  77              <!-- main group: width = grid_width - sidebar_first_width -->
  78              <div id="main-group" class="main-group row nested <?php print $main_group_width; ?>">
  79                <div id="main-group-inner" class="main-group-inner inner">
  80                  <!-- preface-top row: width = grid_width -->
  81                  <?php print theme('grid_row', $preface_top, 'preface-top', 'nested', 'noprint'); ?>
  82                  <?php print theme('grid_row', $preface_bottom, 'preface-bottom', 'nested'); ?>
  83  
  84                  <div id="main-content" class="main-content row nested">
  85                    <div id="main-content-inner" class="main-content-inner inner">
  86                      <!-- content group: width = grid_width - (sidebar_first_width + sidebar_last_width) -->
  87                      <div id="content-group" class="content-group row nested <?php print $content_group_width; ?>">
  88                        <div id="content-group-inner" class="content-group-inner inner">
  89                          <?php print theme('grid_block', $breadcrumb, 'breadcrumbs'); ?>
  90  
  91                          <?php if ($content_top || $help || $messages): ?>
  92                          <div id="content-top" class="content-top row nested">
  93                            <div id="content-top-inner" class="content-top-inner inner">
  94                              <?php print theme('grid_block', $help, 'content-help'); ?>
  95                              <?php print theme('grid_block', $messages, 'content-messages'); ?>
  96                              <?php print $content_top; ?>
  97                            </div><!-- /content-top-inner -->
  98                          </div><!-- /content-top -->
  99                          <?php endif; ?>
 100                          <a name="#main-content-area" \>
 101                          <div id="content-region" class="content-region row nested">
 102                            <div id="content-region-inner" class="content-region-inner inner">
 103                              <a name="main-content-area" id="main-content-area"></a>
 104                              <?php print theme('grid_block', $tabs, 'content-tabs'); ?>
 105                              <div id="content-inner" class="content-inner block">
 106                                <div id="content-inner-inner" class="content-inner-inner inner">
 107                                  <?php if ($title): ?>
 108                                  <h1 class="title"><?php print $title; ?></h1>
 109                                  <?php endif; ?>
 110                                  <?php if ($content): ?>
 111                                  <div id="content-content" class="content-content">
 112                                    <?php print $content; ?>
 113                                  <?php // print $feed_icons; ?>
 114                                  </div><!-- /content-content -->
 115                                  <?php endif; ?>
 116                                </div><!-- /content-inner-inner -->
 117                              </div><!-- /content-inner -->
 118                                
 119                            </div><!-- /content-region-inner -->
 120                          </div><!-- /content-region -->
 121  
 122                          <?php print theme('grid_row', $content_bottom, 'content-bottom', 'nested'); ?>
 123                        </div><!-- /content-group-inner -->
 124                      </div><!-- /content-group -->
 125  
 126                        <?php print theme('grid_row', $sidebar_last, 'sidebar-last', 'nested noprint', $sidebar_last_width); ?>
 127                    </div><!-- /main-content-inner -->
 128                  </div><!-- /main-content -->
 129  
 130                  <?php print theme('grid_row', $postscript_top, 'postscript-top', 'nested'); ?>
 131                </div><!-- /main-group-inner -->
 132              </div><!-- /main-group -->
 133            </div><!-- /main-inner -->
 134          </div><!-- /main -->
 135        </div><!-- /main-wrapper -->
 136  
 137        <!-- postscript-bottom row: width = grid_width -->
 138        <?php print theme('grid_row', $postscript_bottom, 'postscript-bottom', 'full-width', $grid_width); ?>
 139  
 140        <!-- footer row: width = grid_width -->
 141        <?php print theme('grid_row', $footer, 'footer', 'full-width', $grid_width); ?>
 142  
 143        <!-- footer-message row: width = grid_width -->
 144        <div id="footer-message-wrapper" class="footer-message-wrapper full-width">
 145          <div id="footer-message" class="footer-message row <?php print $grid_width; ?>">
 146            <div id="footer-message-inner" class="footer-message-inner inner clearfix">
 147              <?php print theme('grid_block', $footer_message, 'footer-message-text'); ?>
 148            </div><!-- /footer-message-inner -->
 149          </div><!-- /footer-message -->
 150        </div><!-- /footer-message-wrapper -->
 151  
 152      </div><!-- /page-inner -->
 153    </div><!-- /page -->
 154    <?php print $closure; ?>
 155    <?php if (preg_match('/gatewave/', $_SERVER[HTTP_HOST])) : ?>
 156  <!-- Start of StatCounter Code -->
 157  <script type="text/javascript">
 158  var sc_project=6253549; 
 159  var sc_invisible=1; 
 160  var sc_security="acd1f95c"; 
 161  </script>
 162  <script type="text/javascript"
 163  src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
 164  class="statcounter"><a title="free hit counter"
 165  href="http://statcounter.com/free_hit_counter.html"
 166  target="_blank"><img class="statcounter"
 167  src="http://c.statcounter.com/6253549/0/acd1f95c/1/"
 168  alt="free hit counter" ></a></div></noscript>
 169  <!-- End of StatCounter Code -->
 170  <?php endif; ?>
 171  </body>
 172  </html>


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7