Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.4.2, Fri Mar 31 10:04:43 2006 UTC | revision 1.1.4.3, Sat Apr 15 05:55:42 2006 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <div class="node<?php if ($sticky) { print " sticky"; } ?>"> | <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>"> |
| 2 | <?php if ($picture) { | <?php if ($picture) { |
| 3 | print $picture; | print $picture; |
| 4 | }?> | }?> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |