From daa0ec1684329d6c456d9bf72984d64b3d25bbc6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 24 Jun 2009 18:16:38 +0000 Subject: - Patch #367215 by yched, sun et al: remove 'exclude from ' display setting. Feel good moment! --- modules/node/node.tpl.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'modules/node/node.tpl.php') diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php index fc4255f43..92238d52d 100644 --- a/modules/node/node.tpl.php +++ b/modules/node/node.tpl.php @@ -7,9 +7,9 @@ * * Available variables: * - $title: the (sanitized) title of the node. - * - $content: An array of node items. Use render($content) to print them all, or - * print a subset such as render($content['field_example']). Use - * hide($content['field_example]) to temporarily suppress the printing of a + * - $content: An array of node items. Use render($content) to print them all, or + * print a subset such as render($content['field_example']). Use + * hide($content['field_example]) to temporarily suppress the printing of a * given element. * - $comments: the themed list of comments (if any). * - $picture: The authors picture of the node output from @@ -36,7 +36,6 @@ * - node-promoted: Nodes promoted to the front page. * - node-sticky: Nodes ordered above other non-sticky nodes in teaser listings. * - node-unpublished: Unpublished nodes visible only to administrators. - * TODO D7 : document $FIELD_NAME_rendered variables. * * Other variables: * - $node: Full node object. Contains data that may not be safe. -- cgit v1.2.3