Parent Directory
|
Revision Log
|
Revision Graph
ready to announce to themes list
| 1 | <div class="node<?php print ($sticky) ? " sticky" : ""; ?>"> |
| 2 | |
| 3 | <?php // an example of using the column maker |
| 4 | if($page == 0) { |
| 5 | $content = "<h2><a href=\"$node_url\" title=\"$title\">$title</a></h2>" . $content; |
| 6 | } |
| 7 | |
| 8 | $second_header = "<h4>More info</h4>"; |
| 9 | $columns = array ( |
| 10 | '#type' => '66-33', |
| 11 | '#first' => $content, |
| 12 | '#second' => $second_header . |
| 13 | "<p>$links</p>" . |
| 14 | "<p>$terms</p>" . |
| 15 | "<p>$submitted</p>", |
| 16 | //'#attributes' => 'content', |
| 17 | ); |
| 18 | |
| 19 | print nautilus_grid($columns); |
| 20 | |
| 21 | |
| 22 | ?> |
| 23 | |
| 24 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |