[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

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

   1  <?php
   2  // $Id: node.tpl.php,v 1.1.2.2 2009/11/11 05:25:35 sociotech Exp $

   3  ?>
   4  <div id="node-<?php print $node->nid; ?>" class="node <?php print $node_classes; ?>">
   5    <div class="inner">
   6      <?php print $picture ?>
   7  
   8      <?php if ($page == 0 && $is_front): ?>
   9      <h2 class="title title-nodisplay"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
  10         <?php else : ?>   
  11      <h2 class="title"><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
  12      <?php endif; ?>
  13  
  14  <?php
  15  /*

  16  unset($variables);

  17  unset($webform);

  18  unset($content);

  19  unset($node);

  20  firep(print_r(get_defined_vars(),TRUE));

  21  */
  22  ?>
  23      <?php if ($submitted): ?>
  24          <?php if ($type    != "station_program"
  25                    && $type != "webform" 
  26                    && $type != "fyeo_lineup" 
  27                    && $type != "station_schedule" ) : ?>
  28       <div class="meta">
  29         <span class="submitted"><?php  print $submitted ?></span>
  30      </div>
  31      <?php endif; ?>
  32      <?php endif; ?>
  33  
  34      <?php if ($node_top && !$teaser): ?>
  35      <div id="node-top" class="node-top row nested">
  36        <div id="node-top-inner" class="node-top-inner inner">
  37          <?php print $node_top; ?>
  38        </div><!-- /node-top-inner -->
  39      </div><!-- /node-top -->
  40      <?php endif; ?>
  41  
  42      <div class="content clearfix">
  43        <?php print $content ?>
  44      </div>
  45  
  46      <?php if ($terms): ?>
  47      <div class="terms">
  48        <?php print $terms; ?>
  49      </div>
  50      <?php endif;?>
  51  
  52      <?php if ($links): ?>
  53      <div class="links">
  54        <?php print $links; ?>
  55      </div>
  56      <?php endif; ?>
  57    </div><!-- /inner -->
  58  
  59    <?php if ($node_bottom && !$teaser): ?>
  60    <div id="node-bottom" class="node-bottom row nested">
  61      <div id="node-bottom-inner" class="node-bottom-inner inner">
  62        <?php print $node_bottom; ?>
  63      </div><!-- /node-bottom-inner -->
  64    </div><!-- /node-bottom -->
  65    <?php endif; ?>
  66  </div><!-- /node-<?php print $node->nid; ?> -->


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