/[drupal]/contributions/sandbox/mfredrickson/themes/nautilus/node.tpl.php
ViewVC logotype

Contents of /contributions/sandbox/mfredrickson/themes/nautilus/node.tpl.php

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


Revision 1.2 - (show annotations) (download) (as text)
Wed Jun 21 02:21:02 2006 UTC (3 years, 5 months ago) by mfredrickson
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +23 -16 lines
File MIME type: text/x-php
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