[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/themes/myzen/ -> page-node-12.tpl.php (source)

   1  <?php
   2  
   3  ?>
   4  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" lang="<?php print $language->language; ?>" dir="<?php print $language->dir; ?>">
   6  
   7  <head>
   8    <title><?php print $head_title; ?></title>
   9    <?php print $head; ?>
  10    <?php print $styles; ?>
  11    <!-- ?php print $scripts; ?  -->
  12  </head>
  13  <body class="<?php print $body_classes; ?>">
  14  
  15    <div id="page"><div id="page-inner">
  16  
  17        <?php if ($right): ?>
  18          <div id="content">
  19            <?php print $right; ?>
  20          </div><!-- /#sidebar-right-inner, /#sidebar-right -->
  21        <?php endif; ?>
  22  
  23      </div></div> <!-- /#main-inner, /#main -->
  24  
  25   
  26  
  27    </div></div> <!-- /#page-inner, /#page -->
  28  
  29    <?php if ($closure_region): ?>
  30      <div id="closure-blocks" class="region region-closure"><?php print $closure_region; ?></div>
  31    <?php endif; ?>
  32  
  33    <?php print $closure; ?>
  34  
  35  </body>
  36  </html>


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