Parent Directory
|
Revision Log
|
Revision Graph
|
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-'; |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |