/[drupal]/contributions/themes/wabi/node.tpl.php
ViewVC logotype

Diff of /contributions/themes/wabi/node.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Thu Apr 24 11:45:24 2008 UTC revision 1.2, Thu Apr 24 12:58:59 2008 UTC
# Line 1  Line 1 
1  <table border="0" cellpadding="0" cellspacing="0" class="node<?php if ($teaser) { if($sticky) { print " sticky"; } else { print " teaser"; } } ?><?php if (!$status) print " node-unpublished"; ?>">  <table class="node<?php if ($teaser) { if($sticky) { print " sticky"; } else { print " teaser"; } } ?><?php if (!$status) print " node-unpublished"; ?>">
2    <?php    <?php
3      if($teaser) {      if($teaser) {
4        if($sticky) $prefix = 'sticky-';        if($sticky) $prefix = 'sticky-';

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2