/[drupal]/contributions/modules/views/theme/views-view-row-node.tpl.php
ViewVC logotype

Contents of /contributions/modules/views/theme/views-view-row-node.tpl.php

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


Revision 1.3 - (show annotations) (download) (as text)
Wed Jul 9 18:31:26 2008 UTC (16 months, 2 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--2-0-RC5, DRUPAL-6--2-0-RC4, DRUPAL-6--2-0-RC3, DRUPAL-6--2-0-RC2, DRUPAL-6--2-7, DRUPAL-6--2-6, DRUPAL-6--2-5, DRUPAL-6--2-4, DRUPAL-6--2-3, DRUPAL-6--2-2, DRUPAL-6--2-1, DRUPAL-6--2-0, DRUPAL-6--3-0-ALPHA1, HEAD
Branch point for: DRUPAL-6--2, DRUPAL-6--3, DRUPAL-7--3
Changes since 1.2: +5 -2 lines
File MIME type: text/x-php
Noticed by Gurpartap: frontpage default view had sort in wrong order.
1 <?php
2 // $Id: views-view-row-node.tpl.php,v 1.2 2008/05/05 05:09:36 merlinofchaos Exp $
3 /**
4 * @file views-view-row-node.tpl.php
5 * Default simple view template to display a single node.
6 *
7 * Rather than doing anything with this particular template, it is more
8 * efficient to use a variant of the node.tpl.php based upon the view,
9 * which will be named node-view-VIEWNAME.tpl.php. This isn't actually
10 * a views template, which is why it's not used here, but is a template
11 * 'suggestion' given to the node template, and is used exactly
12 * the same as any other variant of the node template file, such as
13 * node-NODETYPE.tpl.php
14 *
15 * @ingroup views_templates
16 */
17 ?>
18 <?php print $node; ?>
19 <?php if ($comments): ?>
20 <?php print $comments; ?>
21 <?php endif; ?>

  ViewVC Help
Powered by ViewVC 1.1.2